]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/makefile.wat
fixed gcc 3.3 compilation warnings
[wxWidgets.git] / samples / exec / makefile.wat
index ff5c8e0457b2110b57f95853992949b10a6d2bb2..7a7f01dbb71504b33ddf7b17c8eeb4a811d717da 100644 (file)
@@ -1,15 +1,12 @@
-#
-# Makefile for WATCOM
-#
-# Created by Julian Smart, January 1999
-# 
-#
-
-WXDIR = $(%WXWIN)
-
-PROGRAM = exec
-OBJECTS = $(PROGRAM).obj
-
-!include $(WXDIR)\src\makeprog.wat
-
-
+# 
+# Makefile for WATCOM 
+# 
+# Created by Julian Smart, January 1999 
+#  
+# 
+# 
+# 
+PROGRAM = exec 
+OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj 
+# 
+!include $(%WXWIN)\src\makeprog.wat