]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/gizmos/multicell/makefile.g95
regenerated from templates
[wxWidgets.git] / contrib / samples / gizmos / multicell / makefile.g95
1 # Purpose: makefile for multicell example (Cygwin/Mingw32)
2 # Created 2000-07-28
3
4 WXDIR = ../../../..
5
6 TARGET=mtest
7 OBJECTS = $(TARGET).o
8 EXTRALIBS=$(WXDIR)/lib/libgizmos.a
9
10 include $(WXDIR)/src/makeprog.g95
11