b1aabf4c5e
in the "builds" directory - modified a few files because BCC32 didn't like certain comparisons (UInt compared with a UShort, apparently the UShort is promoted to an Int) - updated the INSTALL file to include IDE compilation, prevent against BSD Make, and clarify the use of "make setup" (instead of "make") for build configuration
13 lines
206 B
Makefile
13 lines
206 B
Makefile
#
|
|
# Borland C++ on Win32 + debugging
|
|
#
|
|
|
|
SEP := /
|
|
include $(TOP)/builds/win32/win32-def.mk
|
|
include $(TOP)/builds/compiler/bcc-dev.mk
|
|
|
|
# include linking instructions
|
|
include $(TOP)/builds/link_dos.mk
|
|
|
|
# EOF
|