]> git.saurik.com Git - wxWidgets.git/blob - contrib/samples/deprecated/treelay/makefile.b32
makefiles update with OSX fixes
[wxWidgets.git] / contrib / samples / deprecated / treelay / makefile.b32
1 # Purpose: makefile for treelay example (BC++ 32bit)
2 # Created: 2000-03-15
3
4 WXDIR = $(WXWIN)
5
6 TARGET=treelay
7 EXTRALIBS=$(WXDIR)\lib\wxdeprecated.lib
8 OBJECTS = $(TARGET).obj
9
10 !include $(WXDIR)\src\makeprog.b32
11