X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2286341c8d8c72b3eb65ffe23cfc8756f841b1c3..1da7f7a5bebc9a8640a1f171afb0ab7d62926fdb:/samples/statbar/makefile.wat diff --git a/samples/statbar/makefile.wat b/samples/statbar/makefile.wat index aa552730f8..6e74737fe4 100644 --- a/samples/statbar/makefile.wat +++ b/samples/statbar/makefile.wat @@ -1,11 +1,12 @@ -# Purpose: makefile for statbar example (Watcom) -# Created: 2000-02-04 - -WXDIR = $(%WXWIN) - -PROGRAM = statbar -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +PROGRAM = statbar +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat