2000-03-14 19:30:04 +00:00
|
|
|
# Purpose: makefile for splitter example (BC++ 16bit)
|
|
|
|
# Created: 2000-03-15
|
1998-12-28 12:35:49 +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:30:04 +00:00
|
|
|
TARGET=splitter
|
1998-12-28 12:35:49 +00:00
|
|
|
OBJECTS=$(TARGET).obj
|
|
|
|
|
|
|
|
!include $(WXDIR)\src\makeprog.bcc
|
|
|
|
|