projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
compilation fix for FALSE -> wxItemKind conversion
[wxWidgets.git]
/
samples
/
grid
/
makefile.wat
diff --git
a/samples/grid/makefile.wat
b/samples/grid/makefile.wat
index 81a83e42a9fbbe144c5dfef0f52fae312124c84f..9d71a42089c22ce6f11517e70d88447347e6ddd9 100644
(file)
--- a/
samples/grid/makefile.wat
+++ b/
samples/grid/makefile.wat
@@
-1,13
+1,9
@@
-#
-# Makefile for WATCOM
-#
-# Created by Julian Smart, January 1999
-#
-#
+# Purpose: makefile for grid example (Watcom)
+# Created: 2000-03-15
WXDIR = $(%WXWIN)
WXDIR = $(%WXWIN)
-PROGRAM =
test
+PROGRAM =
grid
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.wat
OBJECTS = $(PROGRAM).obj
!include $(WXDIR)\src\makeprog.wat