b=249782, make mozilla build with vs2005, workaround that should be removed once the full set of patches land; r=bsmedberg

This commit is contained in:
vladimir%pobox.com 2006-02-07 20:03:32 +00:00
Родитель d33592f8f7
Коммит cb25916f47
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -620,9 +620,12 @@ ifdef MOZ_PROFILE
endif # MOZ_PROFILE
endif # MOZILLA_OFFICIAL
## XXXvlad -- the test and cp should be removed once bug 249782 is
## completely fixed
signnss:
ifdef MOZILLA_OFFICIAL
echo signing NSS libs
test -f $(DEPTH)/nss/shlibsign.exe.manifest && cp $(DEPTH)/nss/shlibsign.exe.manifest $(DIST)/bin
cd $(DIST)/bin; ./shlibsign.exe -v -i softokn3.dll
cd $(DIST)/bin; ./shlibsign.exe -v -i freebl3.dll
endif # MOZILLA_OFFICIAL