projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
make wxArtProvider pure virtual (I was not so on
[wxWidgets.git]
/
samples
/
proplist
/
makefile.g95
Commit
Line
Data
30b64191
RL
1
# Purpose: makefile for proplist example (Cygwin/Mingw32)
2
# Created: #03.01.00
e3a43801
JS
3
4
WXDIR = ../..
5
30b64191
6
TARGET=proplist
8e0080ee
7
OBJECTS = $(TARGET).o
e3a43801
8
f6bcfd97
9
include $(WXDIR)/src/makeprog.g95
e3a43801
10