diff options
Diffstat (limited to 'Src/resources/libraries')
15 files changed, 26 insertions, 0 deletions
diff --git a/Src/resources/libraries/Microsoft.VC90.ATL.manifest b/Src/resources/libraries/Microsoft.VC90.ATL.manifest new file mode 100644 index 00000000..f5c72df0 --- /dev/null +++ b/Src/resources/libraries/Microsoft.VC90.ATL.manifest @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- Copyright (c) Microsoft Corporation. All rights reserved. --> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <noInheritable/> + <assemblyIdentity + type="win32" + name="Microsoft.VC90.ATL" + version="9.0.21022.8" + processorArchitecture="x86" + publicKeyToken="1fc8b3b9a1e18e3b" + /> + <file name="ATL90.dll" /> +</assembly> diff --git a/Src/resources/libraries/Microsoft.VC90.CRT.manifest b/Src/resources/libraries/Microsoft.VC90.CRT.manifest new file mode 100644 index 00000000..b6b81cca --- /dev/null +++ b/Src/resources/libraries/Microsoft.VC90.CRT.manifest @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<!-- Copyright (c) Microsoft Corporation. All rights reserved. --> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <noInheritable/> + <assemblyIdentity + type="win32" + name="Microsoft.VC90.CRT" + version="9.0.30729.6161" + processorArchitecture="x86" + publicKeyToken="1fc8b3b9a1e18e3b" + /> + <file name="msvcr90.dll" /> <file name="msvcp90.dll" /> <file name="msvcm90.dll" /> +</assembly> diff --git a/Src/resources/libraries/atl90.dll b/Src/resources/libraries/atl90.dll Binary files differnew file mode 100644 index 00000000..ba2ff94d --- /dev/null +++ b/Src/resources/libraries/atl90.dll diff --git a/Src/resources/libraries/concrt140.dll b/Src/resources/libraries/concrt140.dll Binary files differnew file mode 100644 index 00000000..508236e2 --- /dev/null +++ b/Src/resources/libraries/concrt140.dll diff --git a/Src/resources/libraries/lame_enc.dll b/Src/resources/libraries/lame_enc.dll Binary files differnew file mode 100644 index 00000000..a3d9f44f --- /dev/null +++ b/Src/resources/libraries/lame_enc.dll diff --git a/Src/resources/libraries/msvcp140.dll b/Src/resources/libraries/msvcp140.dll Binary files differnew file mode 100644 index 00000000..e51c29e6 --- /dev/null +++ b/Src/resources/libraries/msvcp140.dll diff --git a/Src/resources/libraries/msvcp140_1.dll b/Src/resources/libraries/msvcp140_1.dll Binary files differnew file mode 100644 index 00000000..acece3d9 --- /dev/null +++ b/Src/resources/libraries/msvcp140_1.dll diff --git a/Src/resources/libraries/msvcp140_2.dll b/Src/resources/libraries/msvcp140_2.dll Binary files differnew file mode 100644 index 00000000..a183c6e3 --- /dev/null +++ b/Src/resources/libraries/msvcp140_2.dll diff --git a/Src/resources/libraries/msvcp140_atomic_wait.dll b/Src/resources/libraries/msvcp140_atomic_wait.dll Binary files differnew file mode 100644 index 00000000..8b46128d --- /dev/null +++ b/Src/resources/libraries/msvcp140_atomic_wait.dll diff --git a/Src/resources/libraries/msvcp140_codecvt_ids.dll b/Src/resources/libraries/msvcp140_codecvt_ids.dll Binary files differnew file mode 100644 index 00000000..88e46bce --- /dev/null +++ b/Src/resources/libraries/msvcp140_codecvt_ids.dll diff --git a/Src/resources/libraries/msvcp90.dll b/Src/resources/libraries/msvcp90.dll Binary files differnew file mode 100644 index 00000000..6b07c75a --- /dev/null +++ b/Src/resources/libraries/msvcp90.dll diff --git a/Src/resources/libraries/msvcr90.dll b/Src/resources/libraries/msvcr90.dll Binary files differnew file mode 100644 index 00000000..ec7f83a3 --- /dev/null +++ b/Src/resources/libraries/msvcr90.dll diff --git a/Src/resources/libraries/vccorlib140.dll b/Src/resources/libraries/vccorlib140.dll Binary files differnew file mode 100644 index 00000000..7d01d850 --- /dev/null +++ b/Src/resources/libraries/vccorlib140.dll diff --git a/Src/resources/libraries/vcruntime140.dll b/Src/resources/libraries/vcruntime140.dll Binary files differnew file mode 100644 index 00000000..dc015e7b --- /dev/null +++ b/Src/resources/libraries/vcruntime140.dll diff --git a/Src/resources/libraries/vms_desktop.dll b/Src/resources/libraries/vms_desktop.dll Binary files differnew file mode 100644 index 00000000..41e6cc18 --- /dev/null +++ b/Src/resources/libraries/vms_desktop.dll |