]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/tab/makefile.wat
fix for wxExecute(subprocess which produces a lot of output) bug
[wxWidgets.git] / samples / tab / makefile.wat
index 81a83e42a9fbbe144c5dfef0f52fae312124c84f..cab5746fd578bf74baa98b38fac3c680f8a82b3e 100644 (file)
@@ -1,13 +1,9 @@
-#
-# Makefile for WATCOM
-#
-# Created by Julian Smart, January 1999
-# 
-#
+# Purpose: makefile for tab example (Watcom)
+# Created: 2000-03-15
 
 WXDIR = $(%WXWIN)
 
-PROGRAM = test
+PROGRAM = tab
 OBJECTS = $(PROGRAM).obj
 
 !include $(WXDIR)\src\makeprog.wat