projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed path to wx/debugrpt.h header (had extra include subdir)
[wxWidgets.git]
/
samples
/
minifram
/
makefile.dos
Commit
Line
Data
14057bf4
RL
1
# Purpose: makefile for minifram example (VC++ 1.5x)
2
# Created: 2000-03-15
b2b3ccc5
3
b2b3ccc5
RR
4
WXDIR = $(WXWIN)
5
14057bf4
RL
6
TARGET=minifram
7
OBJECTS=$(TARGET).obj
b2b3ccc5
8
1e6d9499
9
!include $(WXDIR)\src\makeprog.msc
b2b3ccc5
10