10 lines
308 B
Makefile
10 lines
308 B
Makefile
# This file should be included first in the makefile of all C++ source
|
|
# directories. These settings are required for C8 to build correctly
|
|
# (and will eventually be set in makefile.def when no-one's using CFRONT
|
|
# anymore.
|
|
#
|
|
# 10/19/93 SteveC (per advice of DavidHov)
|
|
|
|
BLDCRT=1
|
|
MAX_ID_LENGTH=-H127
|