]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/makefile.wat
order the Makefile alphabetically so that diffs are human readable
[wxWidgets.git] / samples / widgets / makefile.wat
index 282c5077efa6af6e5dbda3052af967539798cdb7..68f899756b50c8d0758effd315c69de3d55b5511 100644 (file)
@@ -1,15 +1,12 @@
-#
-# Makefile for WATCOM
-#
-# Created by Julian Smart, January 1999
-# 
-#
-
-WXDIR = $(%WXWIN)
-
-PROGRAM = widgets
-OBJECTS = $(PROGRAM).obj button.obj combobox.obj gauge.obj listbox.obj notebook.obj radiobox.obj slider.obj spinbtn.obj static.obj textctrl.obj
-
-!include $(WXDIR)\src\makeprog.wat
-
-
+# 
+# Makefile for WATCOM 
+# 
+# Created by Julian Smart, January 1999 
+#  
+# 
+# 
+# 
+PROGRAM = widgets 
+OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj 
+# 
+!include $(%WXWIN)\src\makeprog.wat