projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed loading of icons from MIME types
[wxWidgets.git]
/
samples
/
treectrl
/
makefile.g95
Commit
Line
Data
5301d933
RL
1
# Purpose: makefile for treectrl example (Cygwin/Mingw32)
2
# Created: #03.01.00
457814b5
JS
3
4
WXDIR = ../..
5
ec312631
6
TARGET=treetest
8e0080ee
7
OBJECTS = $(TARGET).o
457814b5
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
457814b5
10