projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
wxZipFSHandler does not report non-local zip archives as openable anymore
[wxWidgets.git]
/
samples
/
newgrid
/
makefile.wat
Commit
Line
Data
e442cc0d
MB
1
#
2
# Makefile for WATCOM
3
#
4
#
5
6
WXDIR = $(%WXWIN)
7
8
PROGRAM = griddemo
9
OBJECTS = $(PROGRAM).obj
10
11
!include $(WXDIR)\src\makeprog.wat
12
13