]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minifram/makefile.wat
read numbers even if they're followed by spaces
[wxWidgets.git] / samples / minifram / makefile.wat
index 68110112c2d9ae9b38ac3c146ed14c04f1fa4761..06a707a87eeafaf8298e74f06d88cd1f1fc2913a 100644 (file)
@@ -1,11 +1,12 @@
-# Purpose: makefile for minifram example (Watcom)
-# Created: 2000-03-15
-
-WXDIR = $(%WXWIN)
-
-PROGRAM = minifram
-OBJECTS = $(PROGRAM).obj
-
-!include $(WXDIR)\src\makeprog.wat
-
-
+# 
+# Makefile for WATCOM 
+# 
+# Created by Julian Smart, January 1999 
+#  
+# 
+# 
+# 
+PROGRAM = minifram 
+OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj 
+# 
+!include $(%WXWIN)\src\makeprog.wat