X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8a2c6ef8d186df490df28a694820a5e8afc4b5e8..bce8fed638327ffed4b42de82b9dd7c25a596fd4:/samples/db/makefile.wat?ds=sidebyside diff --git a/samples/db/makefile.wat b/samples/db/makefile.wat index c3d0e8772d..264ff584d0 100644 --- a/samples/db/makefile.wat +++ b/samples/db/makefile.wat @@ -1,15 +1,12 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 -# -# - -WXDIR = $(%WXWIN) - -PROGRAM = dbtest -OBJECTS = $(PROGRAM).obj listdb.obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +PROGRAM = PROGRAM=dbtest +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj $(OUTPUTDIR)\listdb.obj +# +!include $(%WXWIN)\src\makeprog.wat