12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
|
# Purpose: makefile for treelay example (Watcom)
|
||
|
# Created: 2000-03-15
|
||
|
|
||
|
WXDIR = $(%WXWIN)
|
||
|
|
||
|
PROGRAM = treelay
|
||
|
OBJECTS = $(PROGRAM).obj
|
||
|
|
||
|
!include $(WXDIR)\src\makeprog.wat
|
||
|
|
||
|
|