X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/367e57ec9b921d7523c1ac3e9e3477850aaf3c66..2bf2d09ed0902c9990308cc38ec474662ba76cf3:/samples/toolbar/makefile.wat diff --git a/samples/toolbar/makefile.wat b/samples/toolbar/makefile.wat index 95c26443ed..89fefeb0fc 100644 --- a/samples/toolbar/makefile.wat +++ b/samples/toolbar/makefile.wat @@ -1,11 +1,12 @@ -# Purpose: makefile for toolbar example (Watcom) -# Created: 2000-03-14 - -WXDIR = $(%WXWIN) - -PROGRAM = toolbar -OBJECTS = $(PROGRAM).obj - -!include $(WXDIR)\src\makeprog.wat - - +# +# Makefile for WATCOM +# +# Created by Julian Smart, January 1999 +# +# +# +# +PROGRAM = toolbar +OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj +# +!include $(%WXWIN)\src\makeprog.wat