mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
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:
parent
62a134259d
commit
e38a150e74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user