]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/deprecated/treelay/makefile.b32
new VC++ project files with both dll and lib in one project
[wxWidgets.git] / contrib / samples / deprecated / treelay / makefile.b32
CommitLineData
820893d0
JS
1# Purpose: makefile for treelay example (BC++ 32bit)
2# Created: 2000-03-15
3
4WXDIR = $(WXWIN)
5
6TARGET=treelay
7c9955d1 7EXTRALIBS=$(WXDIR)\lib\wxdeprecated.lib
820893d0
JS
8OBJECTS = $(TARGET).obj
9
10!include $(WXDIR)\src\makeprog.b32
11