зеркало из https://github.com/mozilla/gecko-dev.git
Added the browse_info target to create .SBR files for code browsing in VC++.
This commit is contained in:
Родитель
c60870dff7
Коммит
b5a69a3310
|
@ -157,6 +157,12 @@ clobber_layout:
|
|||
set LAYOUT_DIRS=1
|
||||
nmake -f makefile.win clobber_all
|
||||
|
||||
browse_info::
|
||||
cd $(MOZ_SRC)\$(MOZ_TOP)
|
||||
-dir /s /b *.sbr > sbrlist.tmp
|
||||
-bscmake /n /o nglayout.bsc @sbrlist.tmp
|
||||
-rm sbrlist.tmp
|
||||
|
||||
#//------------------------------------------------------------------------
|
||||
#// Utility stuff...
|
||||
#//------------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче