projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fixed compilation and added a test for OnErase() to the sample
[wxWidgets.git]
/
samples
/
keyboard
/
makefile.wat
Commit
Line
Data
c1ef9cdb
JS
1
#
2
# Makefile for WATCOM
3
#
4
# Created by Julian Smart, January 1999
5
#
6
#
7
8
WXDIR = $(%WXWIN)
9
10
PROGRAM = keyboard
11
OBJECTS = $(PROGRAM).obj
12
13
!include $(WXDIR)\src\makeprog.wat
14
15