projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
compilation fix for recent commit
[wxWidgets.git]
/
samples
/
joytest
/
makefile.wat
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for joytest example (Watcom)
2
# Created: 2000-03-14
bbf1f0e5
3
8a2c6ef8
4
WXDIR = $(%WXWIN)
bbf1f0e5
5
8a2c6ef8
JS
6
PROGRAM = joytest
7
OBJECTS = $(PROGRAM).obj
bbf1f0e5
8
8a2c6ef8
9
!include $(WXDIR)\src\makeprog.wat
bbf1f0e5
10
bbf1f0e5
11