diff options
author | Steve Dower <steve.dower@microsoft.com> | 2014-12-16 01:19:27 (GMT) |
---|---|---|
committer | Steve Dower <steve.dower@microsoft.com> | 2014-12-16 01:19:27 (GMT) |
commit | 89fc3caedb81dcca51c996c36ae8c6060d2f4e8f (patch) | |
tree | 4cea9d9b1567c4fd32ede843d738441eb6c84c03 /PC/bdist_wininst/wininst-8.sln | |
parent | 1f6c29a914e442601ca6e71aa40b93689ed0fbe1 (diff) | |
download | cpython-89fc3caedb81dcca51c996c36ae8c6060d2f4e8f.zip cpython-89fc3caedb81dcca51c996c36ae8c6060d2f4e8f.tar.gz cpython-89fc3caedb81dcca51c996c36ae8c6060d2f4e8f.tar.bz2 |
Make bdist_wininst build only on demand
Diffstat (limited to 'PC/bdist_wininst/wininst-8.sln')
-rw-r--r-- | PC/bdist_wininst/wininst-8.sln | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/PC/bdist_wininst/wininst-8.sln b/PC/bdist_wininst/wininst-8.sln deleted file mode 100644 index 25f16cf..0000000 --- a/PC/bdist_wininst/wininst-8.sln +++ /dev/null @@ -1,19 +0,0 @@ -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
|