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