mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-26 13:51:33 +00:00
add DLLs from VC8 so that applications with manifests enabled run on systems without VC8 installed
This was SVN commit r3138.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!-- Copyright © 1981-2001 Microsoft Corporation -->
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<noInheritable/>
|
||||
<assemblyIdentity type="win32" name="Microsoft.VC80.ATL" version="8.0.50215.4652" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"/>
|
||||
<file name="ATL80.dll" hash="73cc64d938cc6d80b772051e6cb98badfc38270e" hashalg="SHA1"/>
|
||||
</assembly>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!-- Copyright © 1981-2001 Microsoft Corporation -->
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<noInheritable/>
|
||||
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" version="8.0.50215.4652" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"/>
|
||||
<file name="msvcr80.dll" hash="4beb12ae4aa1d88ef38a23d22337a761d3ca71a6" hashalg="SHA1"/>
|
||||
<file name="msvcp80.dll" hash="ef5dbd8f3c653a7c3a7cc222637fcef1ed9a013e" hashalg="SHA1"/>
|
||||
<file name="msvcm80.dll" hash="303abb46aa33659060b4ea9f879a7376ace1de0d" hashalg="SHA1"/>
|
||||
</assembly>
|
||||
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<!-- Copyright © 1981-2001 Microsoft Corporation -->
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<noInheritable/>
|
||||
<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" version="8.0.50215.4652" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"/>
|
||||
<file name="msvcr80d.dll" hash="c8cb85e4c42521e5bd36e13ab5e89ffea9cb133b" hashalg="SHA1"/>
|
||||
<file name="msvcp80d.dll" hash="cd5dad6ab844a2cf2e8c7fba7fc1113f22afc1ee" hashalg="SHA1"/>
|
||||
<file name="msvcm80d.dll" hash="067fc226c4fad03507c547e770f59372bc9e0829" hashalg="SHA1"/>
|
||||
</assembly>
|
||||
Reference in New Issue
Block a user