]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/deprecated/treelay/makefile.g95
1) some compilers (Watcom) don't like it if wxBase library PCH file contains
[wxWidgets.git] / contrib / samples / deprecated / treelay / makefile.g95
CommitLineData
820893d0
JS
1# Purpose: makefile for treelay example (Cygwin/Mingw32)
2# Created: #03.01.00
3
4WXDIR = ../../../..
5
6TARGET=treelay
7OBJECTS = $(TARGET).o
7c9955d1
JS
8EXTRAINC = -I$(WXDIR)/contrib/include
9EXTRALIBS = -lwxdeprecated
820893d0
JS
10
11include $(WXDIR)/src/makeprog.g95
12