bug 355470 - rebase throwing error 99 on tinderboxes with VC8. r=bsmedberg

git-svn-id: svn://10.0.0.236/trunk@228437 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ted.mielczarek%gmail.com 2007-06-21 16:55:48 +00:00
parent a66433acd5
commit c8e9246ec2

View File

@ -111,7 +111,7 @@ ifeq ($(OS_ARCH),WINNT)
rebase:
ifdef MOZILLA_OFFICIAL
echo rebasing $(DIST)
/bin/find $(DIST) -name "*.dll" > rebase.lst
/bin/find $(DIST) -name "*.dll" -a -not -name "msvc*" > rebase.lst
rebase -b 60000000 -R . -G rebase.lst
rm rebase.lst
endif