add variable to build with TARGET_CARBON. Off for now, but can be turned on by anyone wanting to build Carbon.

This commit is contained in:
pinkerton%netscape.com 1999-05-11 21:26:07 +00:00
Родитель e84ac84862
Коммит 119f62a8dd
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,7 @@ $DEBUG = 0;
$ALIAS_SYM_FILES = $DEBUG;
$CLOBBER_LIBS = 1;
$MOZ_FULLCIRCLE = 0;
$CARBON = 0; # turn on to build with TARGET_CARBON
# The following two options will delete all files, but leave the directory structure intact.
$CLOBBER_DIST_ALL = 0; # turn on to clobber all files inside dist (headers, xsym and libs)

Просмотреть файл

@ -30,6 +30,7 @@ $DEBUG = 1;
$ALIAS_SYM_FILES = $DEBUG;
$CLOBBER_LIBS = 1; # turn on to clobber existing libs and .xSYM files before
# building each project
$CARBON = 0; # turn on to build with TARGET_CARBON
# The following two options will delete all files, but leave the directory structure intact.
$CLOBBER_DIST_ALL = 0; # turn on to clobber all aliases/files inside dist (headers/xsym/libs)