fix SF bug report 751351

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-06-11 14:44:43 +00:00
parent 1be9536aaa
commit 8adeb85117
14 changed files with 403 additions and 11 deletions

17
samples/ipc/makefile.wat Normal file
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