projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed typo in wxString::swap() which was completely broken
[wxWidgets.git]
/
samples
/
tab
/
makefile.dos
Commit
Line
Data
8fef0a6e
RL
1
# Purpose: makefile for tab example (VC++ 1.5x)
2
# Created: 2000-03-15
c801d85f
KB
3
4
WXDIR = $(WXWIN)
5
8fef0a6e
RL
6
TARGET=tab
7
OBJECTS=$(TARGET).obj
c801d85f
8
1e6d9499
9
!include $(WXDIR)\src\makeprog.msc
c801d85f
10