]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/gizmos/multicell/makefile.wat
declared private wxString::operator=(int) to prevent code like "str = 17;" from compiling
[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