]> git.saurik.com Git - wxWidgets.git/blame - samples/treelay/makefile.wat
Remove unused g295.t; g95.t works with any GCC from 2.95.2 to 3.2.
[wxWidgets.git] / samples / treelay / makefile.wat
CommitLineData
07a9af32
RL
1# Purpose: makefile for treelay example (Watcom)
2# Created: 2000-03-15
dbda9e86
JS
3
4WXDIR = $(%WXWIN)
5
07a9af32 6PROGRAM = treelay
dbda9e86 7OBJECTS = $(PROGRAM).obj
dbda9e86
JS
8
9!include $(WXDIR)\src\makeprog.wat
10
11