event handling seems to work again, new sample (event) added and documented
[wxWidgets.git] / samples / event / makefile.wat
1 # Purpose: makefile for event example (Watcom)
2 # Created: 2001-01-31
3
4 WXDIR = $(%WXWIN)
5
6 PROGRAM = event
7 OBJECTS = $(PROGRAM).obj
8
9 !include $(WXDIR)\src\makeprog.wat
10
11