Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abb4f48

Browse files
committed
Fix #14470. Remove mentions of w9xpopen on old versions of Visual Studio.
1 parent 6a7a49c commit abb4f48

10 files changed

Lines changed: 1 addition & 1404 deletions

File tree

PC/VC6/pcbuild.dsw

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ Package=<4>
114114
Project_Dep_Name python
115115
End Project Dependency
116116
Begin Project Dependency
117-
Project_Dep_Name w9xpopen
118117
End Project Dependency
119118
}}}
120119

@@ -262,19 +261,7 @@ Package=<4>
262261
End Project Dependency
263262
}}}
264263

265-
###############################################################################
266-
267-
Project: "w9xpopen"=".\w9xpopen.dsp" - Package Owner=<4>
268-
269-
Package=<5>
270-
{{{
271-
}}}
272-
273-
Package=<4>
274-
{{{
275-
}}}
276-
277-
###############################################################################
264+
##############################################################################
278265

279266
Project: "winsound"=".\winsound.dsp" - Package Owner=<4>
280267

PC/VC6/w9xpopen.dsp

Lines changed: 0 additions & 97 deletions
This file was deleted.

PC/VS7.1/pcbuild.sln

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unicodedata", "unicodedata.
6161
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
6262
EndProjectSection
6363
EndProject
64-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "w9xpopen", "w9xpopen.vcproj", "{E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058}"
65-
ProjectSection(ProjectDependencies) = postProject
66-
EndProjectSection
67-
EndProject
6864
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winsound", "winsound.vcproj", "{51F35FAE-FB92-4B2C-9187-1542C065AD77}"
6965
ProjectSection(ProjectDependencies) = postProject
7066
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}

PC/VS7.1/python.iss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ Source: *.ico; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
111111

112112
Source: python.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
113113
Source: pythonw.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
114-
Source: w9xpopen.exe; DestDir: {app}; CopyMode: alwaysoverwrite; Components: main
115114

116115

117116
Source: DLLs\tcl83.dll; DestDir: {app}\DLLs; CopyMode: alwaysoverwrite; Components: tk

PC/VS7.1/python20.wse

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,11 +1702,6 @@ item: Install File
17021702
Destination=%MAINDIR%\pythonw.exe
17031703
Flags=0000000000000010
17041704
end
1705-
item: Install File
1706-
Source=.\w9xpopen.exe
1707-
Destination=%MAINDIR%\w9xpopen.exe
1708-
Flags=0000000000000010
1709-
end
17101705
item: Remark
17111706
end
17121707
item: Remark

PC/VS7.1/w9xpopen.vcproj

Lines changed: 0 additions & 121 deletions
This file was deleted.

PC/VS8.0/pcbuild.sln

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythonw", "pythonw.vcproj",
2020
{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26} = {CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}
2121
EndProjectSection
2222
EndProject
23-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "w9xpopen", "w9xpopen.vcproj", "{E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058}"
24-
ProjectSection(ProjectDependencies) = postProject
25-
{6DE10744-E396-40A5-B4E2-1B69AA7C8D31} = {6DE10744-E396-40A5-B4E2-1B69AA7C8D31}
26-
EndProjectSection
27-
EndProject
2823
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "make_buildinfo", "make_buildinfo.vcproj", "{C73F0EC1-358B-4177-940F-0846AC8B04CD}"
2924
EndProject
3025
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{553EC33E-9816-4996-A660-5D6186A0B0B3}"

0 commit comments

Comments
 (0)