Add xpfe/bookmarks/component to the build.

This commit is contained in:
waterson%netscape.com 1999-06-11 06:15:28 +00:00
Родитель 214698df95
Коммит 440621e52f
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -63,11 +63,11 @@ $build{xpapp} = 0;
# the outcome.
#-----------------------------------------------
$ALIAS_SYM_FILES = $DEBUG;
$CLOBBER_LIBS = 1; # turn on to clobber existing libs and .xSYM files before
$CLOBBER_LIBS = 0; # turn on to clobber existing libs and .xSYM files before
# building each project
# The following two options will delete all dist files (if you have $build{dist} turned on),
# but leave the directory structure intact.
$CLOBBER_DIST_ALL = 1; # turn on to clobber all aliases/files inside dist (headers/xsym/libs)
$CLOBBER_DIST_ALL = 0; # turn on to clobber all aliases/files inside dist (headers/xsym/libs)
$CLOBBER_DIST_LIBS = 0; # turn on to clobber only aliases/files for libraries/sym files in dist
#-----------------------------------------------