]> git.saurik.com Git - wxWidgets.git/blame - samples/shaped/makefile.g95
made wx[Array]TreeItemId[s] more backwards compatible
[wxWidgets.git] / samples / shaped / makefile.g95
CommitLineData
1542ea39
RD
1# Purpose: makefile for shaped example (Cygwin/Mingw32)
2# Created: #03.01.00
3
4WXDIR = ../..
5
6TARGET=shaped
7OBJECTS = $(TARGET).o
8
9include $(WXDIR)/src/makeprog.g95
10