Set switches to prevent whining.

git-svn-id: svn://10.0.0.236/trunk@32820 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-05-27 00:00:38 +00:00
parent a2fae0d329
commit 0c0cedbbc6

View File

@@ -74,10 +74,10 @@ $CLOBBER_DIST_LIBS = 0; # turn on to clobber only aliases/files for libraries/
# and do not affect what is built.
#-----------------------------------------------
$CodeWarriorLib::CLOSE_PROJECTS_FIRST
= 1;
= 0;
# 1 = close then make (for development),
# 0 = make then close (for tinderbox).
$USE_TIMESTAMPED_LOGS = 1;
$USE_TIMESTAMPED_LOGS = 0;
#-----------------------------------------------
# END OF CONFIG SWITCHES
#-----------------------------------------------