]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/console/makefile.wat
quick fix for Unix build (upper cased builtin, this should be done in bakefiles,...
[wxWidgets.git] / samples / console / makefile.wat
index 6af511edf272fe895ac31d65fb91e7625eef1399..67638e48671323a8401f53ec2aa1d90677532940 100644 (file)
@@ -1,9 +1,13 @@
-wxUSE_GUI = 0
-OUTPUTDIR = Watcom\
-
+# 
+# Makefile for WATCOM 
+# 
+# Created by Julian Smart, January 1999 
+#  
+# 
+# 
+wxUSE_GUI=0
+# 
 PROGRAM = console
-OBJECTS = $(OUTPUTDIR)$(PROGRAM).obj
-
-!include $(%WXWIN)\src\makeprog.wat
-
-
+OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj 
+# 
+!include $(%WXWIN)\src\makeprog.wat