projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
don't generate an endless stream of asserts for the 0-sized images
[wxWidgets.git]
/
samples
/
proplist
/
makefile.b32
Commit
Line
Data
30b64191
RL
1
# Purpose: makefile for proplist example (BC++ 32bit)
2
# Created: 2000-03-15
e3a43801
JS
3
4
WXDIR = $(WXWIN)
e3a43801
5
30b64191
6
TARGET=proplist
4bf78aae
7
OBJECTS = $(TARGET).obj
e3a43801
8
4bf78aae
9
!include $(WXDIR)\src\makeprog.b32
e3a43801
10