From f728abae13fc0d0d9498448c2372621bf58276df Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Thu, 27 Feb 2003 10:38:06 +0000 Subject: [PATCH] update adding watcom makefiles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/console/makefile.wat | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/samples/console/makefile.wat b/samples/console/makefile.wat index 6af511edf2..ca1c88d7b8 100644 --- a/samples/console/makefile.wat +++ b/samples/console/makefile.wat @@ -1,9 +1,14 @@ -wxUSE_GUI = 0 -OUTPUTDIR = Watcom\ - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +wxUSE_GUI=0 +THISDIR = $(%WXWIN)\samples\console +# PROGRAM = console -OBJECTS = $(OUTPUTDIR)$(PROGRAM).obj - -!include $(%WXWIN)\src\makeprog.wat - - +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat