]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/makefile.wat
changes to watcom makefiles for OpenWatcom
[wxWidgets.git] / samples / thread / makefile.wat
index d5741fd111a784cd9d009f2d7804abb74b3fed57..7145fd71889c10e6423bb1f625f3d357476271dc 100644 (file)
@@ -1,11 +1,12 @@
-# Purpose: makefile for thread example (Watcom)
-# Created: 2000-03-15
-
-WXDIR = $(%WXWIN)
-
-PROGRAM = thread
-OBJECTS = $(PROGRAM).obj
-
-!include $(WXDIR)\src\makeprog.wat
-
-
+# 
+# Makefile for WATCOM 
+# 
+# Created by Julian Smart, January 1999 
+#  
+# 
+# 
+# 
+PROGRAM = thread 
+OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj 
+# 
+!include $(%WXWIN)\src\makeprog.wat