File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ Tests
115115Build
116116-----
117117
118+ - Drop PC\python_nt.h as it's not used. Add input dependency on custom
119+ build step.
120+
118121- Issue #15511: Drop explicit dependency on pythonxy.lib from _decimal
119122 amd64 configuration.
120123
Original file line number Diff line number Diff line change 8787make_versioninfo.exe > ..\PC\pythonnt_rc.h
8888</Command >
8989 <Outputs >$(SolutionDir)..\PC\pythonnt_rc.h;%(Outputs)</Outputs >
90+ <Inputs >$(SolutionDir)make_versioninfo.exe</Inputs >
9091 </CustomBuildStep >
9192 <ClCompile >
9293 <Optimization >MaxSpeed</Optimization >
@@ -104,10 +105,10 @@ make_versioninfo.exe > ..\PC\pythonnt_rc.h
104105 <SubSystem >Console</SubSystem >
105106 <BaseAddress >0x1d000000</BaseAddress >
106107 </Link >
108+ <PostBuildEvent />
107109 <PostBuildEvent >
108- <Command >cd $(SolutionDir)
109- make_versioninfo.exe > ..\PC\python_nt.h
110- </Command >
110+ <Command >
111+ </Command >
111112 </PostBuildEvent >
112113 </ItemDefinitionGroup >
113114 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
@@ -140,6 +141,7 @@ make_versioninfo.exe > ..\PC\python_nt.h
140141make_versioninfo_d.exe > ..\PC\pythonnt_rc_d.h
141142</Command >
142143 <Outputs >$(SolutionDir)..\PC\pythonnt_rc_d.h;%(Outputs)</Outputs >
144+ <Inputs >$(SolutionDir)make_versioninfo_d.exe</Inputs >
143145 </CustomBuildStep >
144146 <ClCompile >
145147 <Optimization >Disabled</Optimization >
@@ -158,9 +160,8 @@ make_versioninfo_d.exe > ..\PC\pythonnt_rc_d.h
158160 <BaseAddress >0x1d000000</BaseAddress >
159161 </Link >
160162 <PostBuildEvent >
161- <Command >cd $(SolutionDir)
162- make_versioninfo_d.exe > ..\PC\python_nt_d.h
163- </Command >
163+ <Command >
164+ </Command >
164165 </PostBuildEvent >
165166 </ItemDefinitionGroup >
166167 <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
You can’t perform that action at this time.
0 commit comments