projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
A little black magic... When the C++ object (for a window or
[wxWidgets.git]
/
samples
/
splitter
/
makefile.b32
Commit
Line
Data
6718d773
RL
1
# Purpose: makefile for splitter example (BC++ 32bit)
2
# Created: 2000-03-15
c801d85f
KB
3
4
WXDIR = $(WXWIN)
c801d85f
5
6718d773
6
TARGET=splitter
4bf78aae
7
OBJECTS = $(TARGET).obj
c801d85f
8
4bf78aae
9
!include $(WXDIR)\src\makeprog.b32
c801d85f
10