disable updating the build number in about-all.html everytime you build. needs to be turned on for official releases only until ckid/mcvs resource problem is solved. editing about-all.html causes file to be blown away.

This commit is contained in:
cyeh%netscape.com 1998-08-27 20:20:06 +00:00
Родитель 42ba8cf782
Коммит 255ed347db
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -36,7 +36,9 @@ chdir("::::");
# Make and popuplate the dist directory # Make and popuplate the dist directory
DistMozilla(); DistMozilla();
SetBuildNumber(); # Set the build number in about-all.html. Commented out for now
# until ckid/mcvs resource problem is resolved.
# SetBuildNumber();
# Now build the projects # Now build the projects
BuildMozilla(); BuildMozilla();