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