projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed the bug with the order of 2 size events when the scrollbar[s] (dis)appear in...
[wxWidgets.git]
/
samples
/
treelay
/
makefile.g95
Commit
Line
Data
07a9af32
RL
1
# Purpose: makefile for treelay example (Cygwin/Mingw32)
2
# Created: #03.01.00
4414cc1d
3
babc9758
4
WXDIR = ../..
4414cc1d
5
07a9af32
6
TARGET=treelay
babc9758
7
OBJECTS = $(TARGET).o
4414cc1d
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
4414cc1d
10