]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/gizmos/multicell/makefile.wat
64778d2b8f1b0df066e74c414c7456feeed08a9d
[wxWidgets.git] / contrib / samples / gizmos / multicell / makefile.wat
1 # Purpose: makefile for multicell example (Watcom)
2 # Created 2000-07-28
3
4 WXDIR = $(%WXWIN)
5
6 PROGRAM = mtest
7 OBJECTS = $(PROGRAM).obj ..\src\multicell.obj
8 EXTRAINC=-I..\include
9
10 !include $(WXDIR)\src\makeprog.wat
11
12