You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by gm...@apache.org on 2021/11/16 16:02:56 UTC

[openoffice-externals] branch main updated: Add external deps required for OpenOffice Win builds

This is an automated email from the ASF dual-hosted git repository.

gmcdonald pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-externals.git


The following commit(s) were added to refs/heads/main by this push:
     new 89466d9  Add external deps required for OpenOffice Win builds
89466d9 is described below

commit 89466d9950e12e785bce753c26b1a48e25777561
Author: gmcdonald <gm...@apache.org>
AuthorDate: Tue Nov 16 16:56:26 2021 +0100

    Add external deps required for OpenOffice Win builds
---
 external/dbghelp/dbghelp.dll                         | Bin 0 -> 163088 bytes
 external/gdiplus/gdiplus.dll                         | Bin 0 -> 1748992 bytes
 external/msm90/Microsoft_VC90_CRT_x86.msm            | Bin 0 -> 603136 bytes
 external/msm90/policy_9_0_Microsoft_VC90_CRT_x86.msm | Bin 0 -> 56832 bytes
 external/msvcp100/msvcr100.dll                       | Bin 0 -> 770384 bytes
 external/msvcp71/msvcp71.dll                         | Bin 0 -> 499712 bytes
 external/msvcp71/msvcr71.dll                         | Bin 0 -> 348160 bytes
 external/msvcp80/msvcp80.dll                         | Bin 0 -> 554832 bytes
 external/msvcp80/msvcr80.dll                         | Bin 0 -> 632656 bytes
 external/msvcp90/Microsoft.VC90.CRT.manifest         |   6 ++++++
 external/msvcp90/msvcm90.dll                         | Bin 0 -> 225280 bytes
 external/msvcp90/msvcp90.dll                         | Bin 0 -> 572928 bytes
 external/msvcp90/msvcr90.dll                         | Bin 0 -> 655872 bytes
 external/vcredist/old/vcredist_x64.exe               | Bin 0 -> 5207896 bytes
 external/vcredist/old/vcredist_x86.exe               | Bin 0 -> 4479832 bytes
 external/vcredist/vcredist_x64.exe                   | Bin 0 -> 5207896 bytes
 external/vcredist/vcredist_x86.exe                   | Bin 0 -> 4479832 bytes
 17 files changed, 6 insertions(+)

diff --git a/external/dbghelp/dbghelp.dll b/external/dbghelp/dbghelp.dll
new file mode 100644
index 0000000..2ce5f01
Binary files /dev/null and b/external/dbghelp/dbghelp.dll differ
diff --git a/external/gdiplus/gdiplus.dll b/external/gdiplus/gdiplus.dll
new file mode 100644
index 0000000..7353f59
Binary files /dev/null and b/external/gdiplus/gdiplus.dll differ
diff --git a/external/msm90/Microsoft_VC90_CRT_x86.msm b/external/msm90/Microsoft_VC90_CRT_x86.msm
new file mode 100644
index 0000000..f28e0af
Binary files /dev/null and b/external/msm90/Microsoft_VC90_CRT_x86.msm differ
diff --git a/external/msm90/policy_9_0_Microsoft_VC90_CRT_x86.msm b/external/msm90/policy_9_0_Microsoft_VC90_CRT_x86.msm
new file mode 100644
index 0000000..6019ddd
Binary files /dev/null and b/external/msm90/policy_9_0_Microsoft_VC90_CRT_x86.msm differ
diff --git a/external/msvcp100/msvcr100.dll b/external/msvcp100/msvcr100.dll
new file mode 100644
index 0000000..6d6af7e
Binary files /dev/null and b/external/msvcp100/msvcr100.dll differ
diff --git a/external/msvcp71/msvcp71.dll b/external/msvcp71/msvcp71.dll
new file mode 100644
index 0000000..9ed0d17
Binary files /dev/null and b/external/msvcp71/msvcp71.dll differ
diff --git a/external/msvcp71/msvcr71.dll b/external/msvcp71/msvcr71.dll
new file mode 100644
index 0000000..9d9e028
Binary files /dev/null and b/external/msvcp71/msvcr71.dll differ
diff --git a/external/msvcp80/msvcp80.dll b/external/msvcp80/msvcp80.dll
new file mode 100644
index 0000000..1823afd
Binary files /dev/null and b/external/msvcp80/msvcp80.dll differ
diff --git a/external/msvcp80/msvcr80.dll b/external/msvcp80/msvcr80.dll
new file mode 100644
index 0000000..ea05c55
Binary files /dev/null and b/external/msvcp80/msvcr80.dll differ
diff --git a/external/msvcp90/Microsoft.VC90.CRT.manifest b/external/msvcp90/Microsoft.VC90.CRT.manifest
new file mode 100644
index 0000000..53f2733
--- /dev/null
+++ b/external/msvcp90/Microsoft.VC90.CRT.manifest
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
+    <noInheritable></noInheritable>
+    <assemblyIdentity type="win32" name="Microsoft.VC90.CRT" version="9.0.30729.1" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
+    <file name="msvcr90.dll" hashalg="SHA1" hash="9785b1c493deb5b2134dc4aef3719cee207001bc"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>VF5ECUAHPV7EnUf+/UIXMPizPvs=</dsig:DigestValue></asmv2: [...]
+</assembly>
\ No newline at end of file
diff --git a/external/msvcp90/msvcm90.dll b/external/msvcp90/msvcm90.dll
new file mode 100644
index 0000000..734d86b
Binary files /dev/null and b/external/msvcp90/msvcm90.dll differ
diff --git a/external/msvcp90/msvcp90.dll b/external/msvcp90/msvcp90.dll
new file mode 100644
index 0000000..70ddf55
Binary files /dev/null and b/external/msvcp90/msvcp90.dll differ
diff --git a/external/msvcp90/msvcr90.dll b/external/msvcp90/msvcr90.dll
new file mode 100644
index 0000000..072bc0b
Binary files /dev/null and b/external/msvcp90/msvcr90.dll differ
diff --git a/external/vcredist/old/vcredist_x64.exe b/external/vcredist/old/vcredist_x64.exe
new file mode 100644
index 0000000..155ea05
Binary files /dev/null and b/external/vcredist/old/vcredist_x64.exe differ
diff --git a/external/vcredist/old/vcredist_x86.exe b/external/vcredist/old/vcredist_x86.exe
new file mode 100644
index 0000000..4170330
Binary files /dev/null and b/external/vcredist/old/vcredist_x86.exe differ
diff --git a/external/vcredist/vcredist_x64.exe b/external/vcredist/vcredist_x64.exe
new file mode 100644
index 0000000..155ea05
Binary files /dev/null and b/external/vcredist/vcredist_x64.exe differ
diff --git a/external/vcredist/vcredist_x86.exe b/external/vcredist/vcredist_x86.exe
new file mode 100644
index 0000000..4170330
Binary files /dev/null and b/external/vcredist/vcredist_x86.exe differ