projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
added include needed for ProjectBuilder
[wxWidgets.git]
/
samples
/
toolbar
/
makefile.dos
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for toolbar example (VC++ 1.5x)
2
# Created: 2000-03-14
14d1ccd8
3
14d1ccd8
JS
4
WXDIR = $(WXWIN)
5
fc6bbc6d
6
TARGET=toolbar
367e57ec
7
OBJECTS=$(TARGET).obj
14d1ccd8
8
1e6d9499
9
!include $(WXDIR)\src\makeprog.msc
14d1ccd8
10