Bug 368711 - Need method for copying runtime DLLs when building with VC9/"Orcas"

p=Stefanik Gabor <netrolller.3d@gmail.com>
r=ted.mielczarek
This commit is contained in:
asqueella%gmail.com 2007-02-17 18:31:26 +00:00
parent 62a134259d
commit e38a150e74

View File

@ -19,7 +19,7 @@
# Portions created by the Initial Developer are Copyright (C) 2005
# the Mozilla Foundation <http://www.mozilla.org/>. All Rights Reserved.
#
# Contributor(s):
# Contributor(s): Stefanik Gábor
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
@ -55,6 +55,15 @@ REDIST_FILES = \
$(NULL)
endif
ifeq (1500,$(_MSC_VER))
REDIST_FILES = \
Microsoft.VC90.CRT.manifest \
msvcm90.dll \
msvcp90.dll \
msvcr90.dll \
$(NULL)
endif
endif
ifdef REDIST_FILES