projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
set WXWIN_COMPATIBILITY_2_2 to 1 by default
[wxWidgets.git]
/
samples
/
minifram
/
makefile.b32
Commit
Line
Data
14057bf4
RL
1
# Purpose: makefile for minifram example (BC++ 32bit)
2
# Created: 2000-03-15
b2b3ccc5
RR
3
4
WXDIR = $(WXWIN)
b2b3ccc5
5
14057bf4
6
TARGET=minifram
4bf78aae
7
OBJECTS = $(TARGET).obj
b2b3ccc5
8
4bf78aae
9
!include $(WXDIR)\src\makeprog.b32
b2b3ccc5
10