]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/minifram/makefile.wat
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / minifram / makefile.wat
index 81a83e42a9fbbe144c5dfef0f52fae312124c84f..06a707a87eeafaf8298e74f06d88cd1f1fc2913a 100644 (file)
@@ -1,15 +1,12 @@
-#
-# Makefile for WATCOM
-#
-# Created by Julian Smart, January 1999
-# 
-#
-
-WXDIR = $(%WXWIN)
-
-PROGRAM = test
-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