projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed typo (missing comma) in MIME test
[wxWidgets.git]
/
samples
/
wizard
/
makefile.b32
Commit
Line
Data
13f5935c
RL
1
# Purpose: makefile for wizard example (BC++ 32bit)
2
# Created: 2000-03-15
cb34a6ee
JS
3
4
WXDIR = $(WXWIN)
5
13f5935c
6
TARGET=wizard
cb34a6ee
JS
7
OBJECTS = $(TARGET).obj
8
9
!include $(WXDIR)\src\makeprog.b32
10