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