2000-03-14 19:55:34 +00:00
|
|
|
# Purpose: makefile for treelay example (BC++ 16bit)
|
|
|
|
# Created: 2000-03-15
|
1999-02-09 16:00:23 +00:00
|
|
|
|
|
|
|
!if "$(WXWIN)" == ""
|
|
|
|
!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
|
|
|
|
!endif
|
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
2000-03-14 19:55:34 +00:00
|
|
|
TARGET=treelay
|
1999-02-09 16:00:23 +00:00
|
|
|
OBJECTS=$(TARGET).obj
|
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.bcc
|
|
|
|
|