Skip to content

bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries#1222

Merged
zooba merged 1 commit into
python:masterfrom
segevfiner:issue-29191-sln-fix
Apr 20, 2017
Merged

bpo-29191: Add liblzma.vcxproj to pcbuild.sln and other missing entries#1222
zooba merged 1 commit into
python:masterfrom
segevfiner:issue-29191-sln-fix

Conversation

@segevfiner
Copy link
Copy Markdown
Contributor

liblzma is missing from pcbuild.sln. This causes the build of _lzma to fail when building the solution and not using build.bat.

A similar patch is simple enough to create for older versions/branches, in case this doesn't back port cleanly. Just Add->Existing Project liblzma.vcxproj and make sure to revert any lines in the sln which Visual Studio added that you don't want to commit (Like VisualStudioVersion = ...).

liblzma is missing from pcbuild.sln. This causes the build of _lzma to
fail when building the solution and not using build.bat.
@mention-bot
Copy link
Copy Markdown

@segevfiner, thanks for your PR! By analyzing the history of the files in this pull request, we identified @briancurtin, @zooba and @amauryfa to be potential reviewers.

@zooba zooba merged commit f60c9e5 into python:master Apr 20, 2017
@segevfiner segevfiner deleted the issue-29191-sln-fix branch April 20, 2017 23:39
zooba pushed a commit to zooba/cpython that referenced this pull request Apr 21, 2017
…es (python#1222)

liblzma is missing from pcbuild.sln. This causes the build of _lzma to fail when building the solution and not using build.bat.
Mariatta pushed a commit that referenced this pull request Apr 21, 2017
…es (GH-1222) (GH-1244)

liblzma is missing from pcbuild.sln. This causes the build of _lzma to fail when building the solution and not using build.bat.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants