projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed Assign(fullpath, fullname)
[wxWidgets.git]
/
samples
/
joytest
/
makefile.b32
Commit
Line
Data
367e57ec
RL
1
# Purpose: makefile for joytest example (BC++ 32bit)
2
# Created: 2000-03-14
bbf1f0e5
KB
3
4
WXDIR = $(WXWIN)
bbf1f0e5
KB
5
6
TARGET=joytest
4bf78aae
7
OBJECTS = $(TARGET).obj
bbf1f0e5
8
4bf78aae
9
!include $(WXDIR)\src\makeprog.b32
bbf1f0e5
10