new sample: statbar
[wxWidgets.git] / samples / statbar / makefile.wat
1 # Purpose: makefile for statbar example (Watcom)
2 # Created: 2000-02-04
3
4 WXDIR = $(%WXWIN)
5
6 PROGRAM = statbar
7 OBJECTS = $(PROGRAM).obj
8
9 !include $(WXDIR)\src\makeprog.wat
10
11