More deprecated class mods
[wxWidgets.git] / contrib / samples / deprecated / proplist / makefile.g95
1 # Purpose: makefile for proplist example (Cygwin/Mingw32)
2 # Created: #03.01.00
3
4 WXDIR = ../../../..
5
6 TARGET=proplist
7 OBJECTS = $(TARGET).o
8 EXTRAINC = -I$(WXDIR)/contrib/include
9 EXTRALIBS = -lwxdeprecated
10
11 include $(WXDIR)/src/makeprog.g95
12