fix SF bug report 751351

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@21045 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-06-11 14:36:36 +00:00
parent 21ba2ace60
commit e2e8bf2d64
14 changed files with 126 additions and 12 deletions

View File

@@ -0,0 +1,17 @@
#
# Makefile for WATCOM
#
# Created by Julian Smart, January 1999
#
#
#
#
!include $(%WXWIN)\src\makewat.env
all:
wmake -f server.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL)
wmake -f client.wat FINAL=$(FINAL) WXUSINGDLL=$(WXUSINGDLL)
clean:
wmake -f server.wat clean
wmake -f client.wat clean