projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix for focus handling in generic wxListCtrl
[wxWidgets.git]
/
samples
/
treelay
/
makefile.wat
Commit
Line
Data
07a9af32
RL
1
# Purpose: makefile for treelay example (Watcom)
2
# Created: 2000-03-15
dbda9e86
JS
3
4
WXDIR = $(%WXWIN)
5
07a9af32
6
PROGRAM = treelay
dbda9e86
7
OBJECTS = $(PROGRAM).obj
dbda9e86
JS
8
9
!include $(WXDIR)\src\makeprog.wat
10
11