projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
added missing methods/removed duplicated base methods
[wxWidgets.git]
/
samples
/
treectrl
/
makefile.b32
Commit
Line
Data
5301d933
RL
1
# Purpose: makefile for treectrl example (BC++ 32bit)
2
# Created: 2000-03-15
457814b5
JS
3
4
WXDIR = $(WXWIN)
457814b5
5
5301d933
6
TARGET=treectrl
4bf78aae
7
OBJECTS = $(TARGET).obj
457814b5
8
4bf78aae
9
!include $(WXDIR)\src\makeprog.b32
457814b5
10