8000 fixup · python/cpython@46063fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 46063fb

Browse files
committed
fixup
1 parent 3d04346 commit 46063fb

File tree

1 file changed

+0
-28
lines changed
Collapse file tree

1 file changed

+0
-28
lines changed

PCbuild/pcbuild.proj

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@
1717
</PropertyGroup>
1818

1919
<ItemDefinitionGroup>
20-
<PreFreezeProjects>
21-
<Platform>$(Platform)</Platform>
22-
<Configuration>$(Configuration)</Configuration>
23-
<Properties></Properties>
24-
<BuildTarget>Build</BuildTarget>
25-
<CleanTarget>Clean</CleanTarget>
26-
<CleanAllTarget>CleanAll</CleanAllTarget>
27-
<BuildInParallel>true</BuildInParallel>
28-
</PreFreezeProjects>
2920
<FreezeProjects>
3021
<Platform>$(PreferredToolArchitecture)</Platform>
3122
<Configuration>$(Configuration)</Configuration>
@@ -101,16 +92,9 @@
10192
<Projects2 Include="python_uwp.vcxproj;pythonw_uwp.vcxproj" Condition="$(IncludeUwp)" />
10293
<!-- venv[w]launcher.exe -->
10394
<Projects2 Include="venvlauncher.vcxproj;venvwlauncher.vcxproj" />
104-
<!-- JIT -->
105-
<PreFreezeProjects Include="jit.vcxproj"/>
10695
</ItemGroup>
10796

10897
<Target Name="Build">
109-
<MSBuild Projects="@(PreFreezeProjects)"
110-
Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
111-
BuildInParallel="%(BuildInParallel)"
112-
StopOnFirstFailure="true"
113-
Targets="%(BuildTarget)" />
11498
<MSBuild Projects="@(FreezeProjects)"
11599
Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
116100
BuildInParallel="%(BuildInParallel)"
@@ -147,12 +131,6 @@
147131
StopOnFirstFailure="false"
148132
Condition="%(CleanTarget) != ''"
149133
Targets="%(CleanTarget)" />
150-
<MSBuild Projects="@(PreFreezeProjects)"
151-
Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
152-
BuildInParallel="%(BuildInParallel)"
153-
StopOnFirstFailure="false"
154-
Condition="%(CleanTarget) != ''"
155-
Targets="%(CleanTarget)" />
156134
</Target>
157135

158136
<Target Name="CleanAll">
@@ -174,12 +152,6 @@
174152
StopOnFirstFailure="false"
175153
Condition="%(CleanTarget) != ''"
176154
Targets="%(CleanTarget)" />
177-
<MSBuild Projects="@(PreFreezeProjects)"
178-
Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
179-
BuildInParallel="%(BuildInParallel)"
180-
StopOnFirstFailure="false"
181-
Condition="%(CleanAllTarget) != ''"
182-
Targets="%(CleanAllTarget)" />
183155
</Target>
184156

185157
<Target Name="Rebuild" DependsOnTargets="Clean;Build" />

0 commit comments

Comments
 (0)
0