projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
added raw key code and flags support (based on patch from Bryce Denney)
[wxWidgets.git]
/
samples
/
validate
/
makefile.dos
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for validate example (VC++ 1.5x)
2
# Created: 2000-03-14
457814b5
JS
3
4
WXDIR = $(WXWIN)
5
1e6d9499
6
TARGET=validate
367e57ec
7
OBJECTS=$(TARGET).obj
457814b5
8
1e6d9499
9
!include $(WXDIR)\src\makeprog.msc
457814b5
10