]> git.saurik.com Git - wxWidgets.git/blob - samples/statbar/makefile.wat
fixed linking problems related to wxStatusBar under wx!MSW
[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