]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/event/makefile.wat
fixed gcc 3.3 compilation warnings
[wxWidgets.git] / samples / event / makefile.wat
index bdd01b80938d47cd37e5ce2ae829087b91aecc63..c5c56131fb2349728d5d7856ea9ef8782505f702 100644 (file)
@@ -1,11 +1,12 @@
-# Purpose: makefile for event example (Watcom)
-# Created: 2001-01-31
-
-WXDIR = $(%WXWIN)
-
-PROGRAM = event
-OBJECTS = $(PROGRAM).obj
-
-!include $(WXDIR)\src\makeprog.wat
-
-
+# 
+# Makefile for WATCOM 
+# 
+# Created by Julian Smart, January 1999 
+#  
+# 
+# 
+# 
+PROGRAM = event 
+OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj 
+# 
+!include $(%WXWIN)\src\makeprog.wat