Skip to content

Commit 3dc7bc1

Browse files
encukouzoobangoldbaum
authored
Apply suggestions from code review
Co-authored-by: Steve Dower <steve.dower@microsoft.com> Co-authored-by: Nathan Goldbaum <nathan.goldbaum@gmail.com>
1 parent 92ae703 commit 3dc7bc1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

PCbuild/_remote_debugging.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<Project>{cf7ac3d1-e2df-41d2-bea6-1e2556cdea26}</Project>
122122
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
123123
</ProjectReference>
124-
<ProjectReference Include="python3dll.vcxproj" Condition="$(DisableGil) != 'true'">
124+
<ProjectReference Include="python3dll.vcxproj">
125125
<Project>{885d4898-d08d-4091-9c40-c700cfe3fc5a}</Project>
126126
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
127127
</ProjectReference>

PCbuild/pcbuild.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<BuildInParallel>false</BuildInParallel>
6161
</Projects>
6262
<!-- python3.dll -->
63-
<Projects Include="python3dll.vcxproj" Condition="$(DisableGil) != 'true'" />
63+
<Projects Include="python3dll.vcxproj" />
6464
<!-- python3t.dll -->
6565
<Projects Include="python3tdll.vcxproj" />
6666
<!-- py[w].exe -->

PCbuild/python3dll.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</PropertyGroup>
9292
<ItemDefinitionGroup>
9393
<ClCompile>
94-
<PreprocessorDefinitions>PYTHON_DLL_NAME="python3$(PyDebugExt)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
94+
<PreprocessorDefinitions>PYTHON_DLL_NAME="$(PyDllName)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
9595
<BufferSecurityCheck>false</BufferSecurityCheck>
9696
</ClCompile>
9797
<Link>

PCbuild/python3tdll.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
</PropertyGroup>
9292
<ItemDefinitionGroup>
9393
<ClCompile>
94-
<PreprocessorDefinitions>PYTHON_DLL_NAME="python3t$(PyDebugExt)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
94+
<PreprocessorDefinitions>PYTHON_DLL_NAME="$(PyDllName)";%(PreprocessorDefinitions)</PreprocessorDefinitions>
9595
<BufferSecurityCheck>false</BufferSecurityCheck>
9696
</ClCompile>
9797
<Link>

Tools/msi/core/core_files.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<Fragment>
44
<ComponentGroup Id="core_dll">
55
<Component Id="python_abi3tcompat.dll" Directory="abi3t_compat" Guid="*">
6-
<File Id="python_abi3tcompat.dll" Name="python$(var.MajorVersionNumber)t.dll" Source="python$(var.MajorVersionNumber)t.dll" KeyPath="yes" />
6+
<File Id="python_abi3tcompat.dll" Name="python$(var.MajorVersionNumber)t.dll" KeyPath="yes" />
77
</Component>
88
<Component Id="python_stable.dll" Directory="InstallDirectory" Guid="*">
99
<File Id="python_stable.dll" Name="python$(var.MajorVersionNumber).dll" KeyPath="yes" />

0 commit comments

Comments
 (0)