projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Fix wxListCtrl background colour bug Part I
[wxWidgets.git]
/
samples
/
typetest
/
makefile.dos
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for typetest example (VC++ 1.5x)
2
# Created: 2000-03-14
cfb88c55
JS
3
4
WXDIR = $(WXWIN)
5
1e6d9499
6
TARGET=typetest
367e57ec
7
OBJECTS=$(TARGET).obj
cfb88c55
8
1e6d9499
9
!include $(WXDIR)\src\makeprog.msc
cfb88c55
10