update borland makefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2002-12-17 12:17:57 +00:00
parent 9798a2f0ac
commit 99d2852f8c

View File

@@ -7,9 +7,17 @@
#
# Makefile : Builds sample for 32-bit BC++
!if "$(WXUSINGDLL)" == ""
WXUSINGDLL=0
!endif
!if "$(FINAL)" == ""
FINAL=0
!endif
all:
make -f server.b32 all
make -f client.b32 all
make -f server.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL)
make -f client.b32 FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL)
clean:
make -f server.b32 clean