From b458856e07980ffdd495c94fe28588c3679910bf Mon Sep 17 00:00:00 2001 From: "nisheeth%netscape.com" Date: Wed, 5 May 1999 08:00:20 +0000 Subject: [PATCH] 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. git-svn-id: svn://10.0.0.236/trunk@30400 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/client.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/client.mak b/mozilla/client.mak index 5a30823a814..3d2809cc360 100644 --- a/mozilla/client.mak +++ b/mozilla/client.mak @@ -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 #//------------------------------------------------------------------------