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
/
toolbar
/
makefile.b32
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for toolbar example (BC++ 32bit)
2
# Created: 2000-03-14
14d1ccd8
JS
3
4
WXDIR = $(WXWIN)
14d1ccd8
5
fc6bbc6d
6
TARGET=toolbar
4bf78aae
7
OBJECTS = $(TARGET).obj
14d1ccd8
8
4bf78aae
9
!include $(WXDIR)\src\makeprog.b32
14d1ccd8
10