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