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