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