]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/calendar/makefile.wat
Removed 16-bit conditional compilation
[wxWidgets.git] / samples / calendar / makefile.wat
index 61ebd2d109e24256fb99687421b110bd78a76595..6ed88aeeebba9976e577eb3c9d2e4da5a9040cfa 100644 (file)
@@ -1,11 +1,12 @@
-# Purpose: makefile for calendar example (Watcom)
-# Created: 2000-01-03
-
-WXDIR = $(%WXWIN)
-
-PROGRAM = calendar
-OBJECTS = $(PROGRAM).obj
-
-!include $(WXDIR)\src\makeprog.wat
-
-
+# 
+# Makefile for WATCOM 
+# 
+# Created by Julian Smart, January 1999 
+#  
+# 
+# 
+# 
+PROGRAM = calendar 
+OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj 
+# 
+!include $(%WXWIN)\src\makeprog.wat