From 8b274265f0ba3158900d34f42c12ad41144db938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Wed, 4 Oct 2006 15:25:28 +0000 Subject: Add MSVC8 project files to create wininst-8.exe. --- Lib/distutils/command/wininst-8.exe | Bin 0 -> 61440 bytes Misc/NEWS | 2 + PC/bdist_wininst/wininst-8.sln | 19 +++ PC/bdist_wininst/wininst-8.vcproj | 320 ++++++++++++++++++++++++++++++++++++ 4 files changed, 341 insertions(+) create mode 100644 Lib/distutils/command/wininst-8.exe create mode 100644 PC/bdist_wininst/wininst-8.sln create mode 100644 PC/bdist_wininst/wininst-8.vcproj diff --git a/Lib/distutils/command/wininst-8.exe b/Lib/distutils/command/wininst-8.exe new file mode 100644 index 0000000..7403bfa Binary files /dev/null and b/Lib/distutils/command/wininst-8.exe differ diff --git a/Misc/NEWS b/Misc/NEWS index c7d553e..8195407 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -72,6 +72,8 @@ Core and builtins Library ------- +- Support for MSVC 8 was added to bdist_wininst. + - Bug #1446043: correctly raise a LookupError if an encoding name given to encodings.search_function() contains a dot. diff --git a/PC/bdist_wininst/wininst-8.sln b/PC/bdist_wininst/wininst-8.sln new file mode 100644 index 0000000..25f16cf --- /dev/null +++ b/PC/bdist_wininst/wininst-8.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wininst", "wininst-8.vcproj", "{EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}.Debug|Win32.ActiveCfg = Debug|Win32 + {EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}.Debug|Win32.Build.0 = Debug|Win32 + {EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}.Release|Win32.ActiveCfg = Release|Win32 + {EB1C19C1-1F18-421E-9735-CAEE69DC6A3C}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/PC/bdist_wininst/wininst-8.vcproj b/PC/bdist_wininst/wininst-8.vcproj new file mode 100644 index 0000000..0147d1b --- /dev/null +++ b/PC/bdist_wininst/wininst-8.vcproj @@ -0,0 +1,320 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v0.12