first watcom makefile

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2003-02-12 22:17:08 +00:00
parent 366e20d6fc
commit 6bc5a86729
4 changed files with 192 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
#
# Makefile for WATCOM
#
WXDIR = $(%WXWIN)
EXTRACPPFLAGS = -I$(WXDIR)\contrib\include
THISDIR = $(WXDIR)\contrib\samples\stc
OUTPUTDIR = $(THISDIR)\
PROGRAM = stctest
EXTRALIBS = $(WXDIR)\lib\stc.lib
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.wat