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