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