]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/makefile.wat
replaced wxGetOsVersion() with wxGUIAppTraits::GetOSVersion()
[wxWidgets.git] / samples / toolbar / makefile.wat
index 95c26443ed5b8a1da9ad62e5d929a922348af740..89fefeb0fc8347bee0eb4d21ffdb646bb466a8f4 100644 (file)
@@ -1,11 +1,12 @@
-# Purpose: makefile for toolbar example (Watcom)
-# Created: 2000-03-14
-
-WXDIR = $(%WXWIN)
-
-PROGRAM = toolbar
-OBJECTS = $(PROGRAM).obj
-
-!include $(WXDIR)\src\makeprog.wat
-
-
+# 
+# Makefile for WATCOM 
+# 
+# Created by Julian Smart, January 1999 
+#  
+# 
+# 
+# 
+PROGRAM = toolbar 
+OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj 
+# 
+!include $(%WXWIN)\src\makeprog.wat