]> git.saurik.com Git - wxWidgets.git/blame - samples/treelay/makefile.b32
fixed the last of the off-by-one errors (some are refixed, again...)
[wxWidgets.git] / samples / treelay / makefile.b32
CommitLineData
07a9af32
RL
1# Purpose: makefile for treelay example (BC++ 32bit)
2# Created: 2000-03-15
dbda9e86
JS
3
4WXDIR = $(WXWIN)
5
07a9af32 6TARGET=treelay
dbda9e86
JS
7OBJECTS = $(TARGET).obj
8
9!include $(WXDIR)\src\makeprog.b32
10