Added wxTLW::SetShape and implementations for wxGTK, wxMSW and an
[wxWidgets.git] / samples / shaped / makefile.wat
1 # Purpose: makefile for shaped example (Watcom)
2 # Created: 2000-01-03
3
4 WXDIR = $(%WXWIN)
5
6 PROGRAM = shaped
7 OBJECTS = $(PROGRAM).obj
8
9 !include $(WXDIR)\src\makeprog.wat
10
11