Remove the /n flag when we invoke BSCMAKE, the utility provided by MS to generate code browsing information. This means that once the browsing database is constructed, updates to it will happen incrementally. Earlier, updates were causing the entire database to get created from scratch.

This commit is contained in:
nisheeth%netscape.com 1999-05-05 08:00:20 +00:00
Родитель 44e7c06a69
Коммит bb24b838c0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -160,7 +160,7 @@ clobber_layout:
browse_info::
cd $(MOZ_SRC)\$(MOZ_TOP)
-dir /s /b *.sbr > sbrlist.tmp
-bscmake /n /o nglayout.bsc @sbrlist.tmp
-bscmake /o nglayout.bsc @sbrlist.tmp
-rm sbrlist.tmp
#//------------------------------------------------------------------------