Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
f9b364fe
Commit
f9b364fe
authored
May 28, 2018
by
Steve Dower
Committed by
GitHub
May 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bro-33614: Override exit code in find_msbuild.bat (GH-7169)
parent
989b9e0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
PCbuild/find_msbuild.bat
PCbuild/find_msbuild.bat
+1
-0
PCbuild/python3dll.vcxproj
PCbuild/python3dll.vcxproj
+2
-2
No files found.
PCbuild/find_msbuild.bat
View file @
f9b364fe
...
...
@@ -57,3 +57,4 @@
@if not defined MSBUILD @echo Failed to find MSBuild
@set _Py_MSBuild_Source=
@if not defined MSBUILD @exit /b 1
@exit /b 0
PCbuild/python3dll.vcxproj
View file @
f9b364fe
...
...
@@ -142,8 +142,8 @@
<_Lines
Include=
"@(_Symbols->'%(Symbol)')"
/>
</ItemGroup>
<MakeDir
Directories=
"$(IntDir)"
/>
<Message
Text=
"Updating python3stub.def"
Condition=
"@(_
OriginalLines) != @(_
Lines)"
Importance=
"high"
/>
<Message
Text=
"Updating python3stub.def"
Condition=
"@(_
Lines) != @(_Original
Lines)"
Importance=
"high"
/>
<WriteLinesToFile
File=
"$(IntDir)python3stub.def"
Lines=
"@(_Lines)"
Overwrite=
"true"
Condition=
"@(_
DefLines) != @(_
Lines)"
/>
Condition=
"@(_
Lines) != @(_Original
Lines)"
/>
</Target>
</Project>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment