X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2246169a3fc3d103dc1f5ee73c4737be480151a6..2ae7eb268cde784d1e6fa0f3edf74af1034bdefa:/samples/widgets/makefile.wat?ds=sidebyside diff --git a/samples/widgets/makefile.wat b/samples/widgets/makefile.wat index 282c5077ef..68f899756b 100644 --- a/samples/widgets/makefile.wat +++ b/samples/widgets/makefile.wat @@ -1,15 +1,12 @@ -# -# Makefile for WATCOM -# -# Created by Julian Smart, January 1999 -# -# - -WXDIR = $(%WXWIN) - -PROGRAM = widgets -OBJECTS = $(PROGRAM).obj button.obj combobox.obj gauge.obj listbox.obj notebook.obj radiobox.obj slider.obj spinbtn.obj static.obj textctrl.obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +PROGRAM = widgets +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat