From af83cb7cae6c79866518da1627264397b6afc151 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Tue, 16 Dec 2008 02:47:45 +0000 Subject: remove old makefiles --- rdp/makefile_win32 | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 rdp/makefile_win32 (limited to 'rdp/makefile_win32') diff --git a/rdp/makefile_win32 b/rdp/makefile_win32 deleted file mode 100644 index ff1e4067..00000000 --- a/rdp/makefile_win32 +++ /dev/null @@ -1,31 +0,0 @@ -# borland windows makefile -# -# this assumes openssl and borland free command line tools are installed -# this assumes c:\windows is windows directory -# -# run 'set PATH=c:\borland\bcc55\bin' and run 'make -f makefile_win32 all' -# - -RDPOBJ = rdp.obj rdp_tcp.obj rdp_iso.obj rdp_mcs.obj \ - rdp_sec.obj rdp_rdp.obj rdp_orders.obj \ - rdp_bitmap.obj rdp_lic.obj \ - os_calls.obj \ - ssl_calls.obj - -CFLAGS = -w- -O2 -I../common -Ic:/borland/bcc55/include -LDFLAGS = -Lc:/borland/bcc55/lib - -rdp: $(RDPOBJ) - $(CC) $(LDFLAGS) -WD -erdp.dll $(RDPOBJ) - -all: rdp - -clean: - del $(XRDPOBJ) rdp.dll - -os_calls.obj: - $(CC) $(CFLAGS) -c ../common/os_calls.c - -ssl_calls.obj: - $(CC) $(CFLAGS) -c ../common/ssl_calls.c - -- cgit v1.2.3