Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989b9e0 commit f9b364fCopy full SHA for f9b364f
2 files changed
PCbuild/find_msbuild.bat
@@ -57,3 +57,4 @@
57
@if not defined MSBUILD @echo Failed to find MSBuild
58
@set _Py_MSBuild_Source=
59
@if not defined MSBUILD @exit /b 1
60
+@exit /b 0
PCbuild/python3dll.vcxproj
@@ -142,8 +142,8 @@
142
<_Lines Include="@(_Symbols->'%(Symbol)')" />
143
</ItemGroup>
144
<MakeDir Directories="$(IntDir)" />
145
- <Message Text="Updating python3stub.def" Condition="@(_OriginalLines) != @(_Lines)" Importance="high" />
+ <Message Text="Updating python3stub.def" Condition="@(_Lines) != @(_OriginalLines)" Importance="high" />
146
<WriteLinesToFile File="$(IntDir)python3stub.def" Lines="@(_Lines)" Overwrite="true"
147
- Condition="@(_DefLines) != @(_Lines)" />
+ Condition="@(_Lines) != @(_OriginalLines)" />
148
</Target>
149
</Project>
0 commit comments