1998-05-22 19:57:05 +00:00
|
|
|
#
|
|
|
|
# File: makefile.bcc
|
|
|
|
# Author: Julian Smart
|
1998-12-28 12:35:49 +00:00
|
|
|
# Created: 1998
|
1998-05-22 19:57:05 +00:00
|
|
|
# Updated:
|
|
|
|
#
|
1998-12-28 12:35:49 +00:00
|
|
|
# Builds a BC++ 16-bit sample
|
1998-05-22 19:57:05 +00:00
|
|
|
|
|
|
|
!if "$(WXWIN)" == ""
|
|
|
|
!error You must define the WXWIN variable in autoexec.bat, e.g. WXWIN=c:\wx
|
|
|
|
!endif
|
|
|
|
|
|
|
|
WXDIR = $(WXWIN)
|
|
|
|
|
1998-12-28 12:35:49 +00:00
|
|
|
TARGET=resource
|
|
|
|
OBJECTS=$(TARGET).obj
|
1998-05-22 19:57:05 +00:00
|
|
|
|
1998-12-28 12:35:49 +00:00
|
|
|
!include $(WXDIR)\src\makeprog.bcc
|
1998-05-22 19:57:05 +00:00
|
|
|
|