wxWidgets/contrib/samples/deprecated/proplist/makefile.g95
Julian Smart 7c9955d147 More deprecated class mods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-03-31 10:24:36 +00:00

13 lines
240 B
Plaintext

# Purpose: makefile for proplist example (Cygwin/Mingw32)
# Created: #03.01.00
WXDIR = ../../../..
TARGET=proplist
OBJECTS = $(TARGET).o
EXTRAINC = -I$(WXDIR)/contrib/include
EXTRALIBS = -lwxdeprecated
include $(WXDIR)/src/makeprog.g95