From f21b06e36a2cd9ef63fc2640a9945c15d07c5192 Mon Sep 17 00:00:00 2001 From: janwas Date: Tue, 15 Nov 2005 16:22:15 +0000 Subject: [PATCH] add DLLs from VC8 so that applications with manifests enabled run on systems without VC8 installed This was SVN commit r3138. --- binaries/system/Microsoft.VC80.ATL.manifest | 7 +++++++ binaries/system/Microsoft.VC80.CRT.manifest | 9 +++++++++ binaries/system/Microsoft.VC80.DebugCRT.manifest | 9 +++++++++ 3 files changed, 25 insertions(+) create mode 100644 binaries/system/Microsoft.VC80.ATL.manifest create mode 100644 binaries/system/Microsoft.VC80.CRT.manifest create mode 100644 binaries/system/Microsoft.VC80.DebugCRT.manifest diff --git a/binaries/system/Microsoft.VC80.ATL.manifest b/binaries/system/Microsoft.VC80.ATL.manifest new file mode 100644 index 0000000000..0e090506c0 --- /dev/null +++ b/binaries/system/Microsoft.VC80.ATL.manifest @@ -0,0 +1,7 @@ + + + + + + + diff --git a/binaries/system/Microsoft.VC80.CRT.manifest b/binaries/system/Microsoft.VC80.CRT.manifest new file mode 100644 index 0000000000..13a4c1f299 --- /dev/null +++ b/binaries/system/Microsoft.VC80.CRT.manifest @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/binaries/system/Microsoft.VC80.DebugCRT.manifest b/binaries/system/Microsoft.VC80.DebugCRT.manifest new file mode 100644 index 0000000000..935d19fd30 --- /dev/null +++ b/binaries/system/Microsoft.VC80.DebugCRT.manifest @@ -0,0 +1,9 @@ + + + + + + + + +