X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ce70b006d1f63e07a22b48961aa79b908d2e286..f85cfb32fa8f01e7c1924f11a44ca357abb61c8e:/samples/exec/makefile.wat?ds=sidebyside diff --git a/samples/exec/makefile.wat b/samples/exec/makefile.wat index ff5c8e0457..7a7f01dbb7 100644 --- a/samples/exec/makefile.wat +++ b/samples/exec/makefile.wat @@ -1,15 +1,12 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 -# -# - -WXDIR = $(%WXWIN) - -PROGRAM = exec -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +PROGRAM = exec +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat