diff options
| author | jsorg71 <jsorg71> | 2008-12-16 02:47:45 +0000 |
|---|---|---|
| committer | jsorg71 <jsorg71> | 2008-12-16 02:47:45 +0000 |
| commit | af83cb7cae6c79866518da1627264397b6afc151 (patch) | |
| tree | 69f87fe0b3ac3b201a866979db3551ac873d6d34 /libxrdp/makefile_win32 | |
| parent | 8090df64a5a74e899d5494570e33b7391dc45a3c (diff) | |
| download | xrdp-proprietary-af83cb7cae6c79866518da1627264397b6afc151.tar.gz xrdp-proprietary-af83cb7cae6c79866518da1627264397b6afc151.zip | |
remove old makefiles
Diffstat (limited to 'libxrdp/makefile_win32')
| -rwxr-xr-x | libxrdp/makefile_win32 | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/libxrdp/makefile_win32 b/libxrdp/makefile_win32 deleted file mode 100755 index 93a44069..00000000 --- a/libxrdp/makefile_win32 +++ /dev/null @@ -1,42 +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' -# - -XRDPOBJ = libxrdp.obj xrdp_tcp.obj xrdp_iso.obj xrdp_mcs.obj \ - xrdp_sec.obj xrdp_rdp.obj xrdp_orders.obj \ - xrdp_bitmap_compress.obj xrdp_channel.obj \ - list.obj \ - file.obj \ - os_calls.obj \ - ssl_calls.obj - -CFLAGS = -w- -O2 -I../common -Ic:/borland/bcc55/include -Ic:/openssl/include -LDFLAGS = -Lc:/borland/bcc55/lib - -xrdp: $(XRDPOBJ) - $(CC) $(LDFLAGS) -WD -exrdp.dll libeay32.lib $(XRDPOBJ) - -all: lib xrdp - -clean: - del $(XRDPOBJ) xrdp.dll - -lib: - implib -a -w libeay32.lib c:/windows/system32/libeay32.dll - -list.obj: - $(CC) $(CFLAGS) -c ../common/list.c - -file.obj: - $(CC) $(CFLAGS) -c ../common/file.c - -os_calls.obj: - $(CC) $(CFLAGS) -c ../common/os_calls.c - -ssl_calls.obj: - $(CC) $(CFLAGS) -c ../common/ssl_calls.c - |
