X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/02e8b87f6fd740501b2f39504342e77ade92a177..3d41c708014c46ce00eb058886de5dc381c0680f:/samples/text/makefile.wat diff --git a/samples/text/makefile.wat b/samples/text/makefile.wat index db1d6cc5b6..96cd8516a7 100644 --- a/samples/text/makefile.wat +++ b/samples/text/makefile.wat @@ -1,15 +1,12 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 -# -# - -WXDIR = $(%WXWIN) - -PROGRAM = controls -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +PROGRAM = text +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat