modified dll/win32/kernel32/kernel32.rbuild
[reactos.git] / reactos / base / applications / tsclient / rdesktop / uiports / makefile_xxx
1 #
2 # xxxrdesktop makefile
3 #
4 CC = gcc
5 CFLAGS = -O2 -Wall
6 RESTOBJ = ../tcp.o ../iso.o ../mcs.o ../secure.o ../rdp.o ../rdp5.o ../orders.o ../cache.o ../mppc.o ../licence.o ../bitmap.o ../channels.o ../pstcache.o
7 LDFLAGS = -lcrypto
8
9 all: xxxrd
10
11 xxxrd: $(RESTOBJ) xxxwin.o
12 $(CC) -o xxxrdesktop xxxwin.o $(RESTOBJ) $(LDFLAGS)
13 strip xxxrdesktop
14
15 clean:
16 rm -f xxxrdesktop
17 rm -f *.o
18 rm -f ../*.o