summaryrefslogtreecommitdiffstats
path: root/uirdesktop/makefile_win32
diff options
context:
space:
mode:
Diffstat (limited to 'uirdesktop/makefile_win32')
-rwxr-xr-xuirdesktop/makefile_win3219
1 files changed, 0 insertions, 19 deletions
diff --git a/uirdesktop/makefile_win32 b/uirdesktop/makefile_win32
deleted file mode 100755
index e171bb25..00000000
--- a/uirdesktop/makefile_win32
+++ /dev/null
@@ -1,19 +0,0 @@
-# makefile
-
-OBJS = tcp.obj iso.obj mcs.obj secure.obj rdp.obj rdp5.obj orders.obj \
-bitmap.obj cache.obj mppc.obj pstcache.obj channels.obj licence.obj \
-ssl_calls.obj
-
-UIOBJS = uimain.obj bsops.obj win32.obj
-
-#-w-aus -w-rch
-CFLAGS = -O2 -w-par -I.. -Ic:\borland\bcc55\include
-LDFLAGS = -W -Lc:\borland\bcc55\lib
-
-all: rd
-
-rd: $(OBJS) $(UIOBJS)
- $(CC) -ewinrdesktop.exe $(LDFLAGS) $(OBJS) $(UIOBJS)
-
-clean:
- del /q $(OBJS) $(UIOBJS) winrdesktop.exe *.tds