2000-03-14 14:55:34 -05:00
|
|
|
# Purpose: makefile for treelay example (Watcom)
|
|
|
|
# Created: 2000-03-15
|
1999-02-09 11:00:23 -05:00
|
|
|
|
|
|
|
WXDIR = $(%WXWIN)
|
|
|
|
|
2000-03-14 14:55:34 -05:00
|
|
|
PROGRAM = treelay
|
1999-02-09 11:00:23 -05:00
|
|
|
OBJECTS = $(PROGRAM).obj
|
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.wat
|
|
|
|
|
|
|
|
|