projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
added precomp-headers-exclude (DSP files only so far) and fixed dependencies for...
[wxWidgets.git]
/
samples
/
treectrl
/
makefile.g95
1
# Purpose: makefile for treectrl example (Cygwin/Mingw32)
2
# Created: #03.01.00
3
4
WXDIR = ../..
5
6
TARGET=treetest
7
OBJECTS = $(TARGET).o
8
9
include $(WXDIR)/src/makeprog.g95
10