Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Visual Studio 2014 support for node v0.10.x series #1

Closed
wants to merge 9 commits into from

Conversation

springmeyer
Copy link

Work in progress to get node v0.10.x working against Visual Studio 2014

@@ -724,7 +724,7 @@ if options.use_ninja:
elif options.use_xcode:
gyp_args += ['-f', 'xcode']
elif flavor == 'win':
gyp_args += ['-f', 'msvs', '-G', 'msvs_version=auto']
gyp_args += ['-f', 'msvs', '-G', 'msvs_version=2013']
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tricking gyp by asking for 2013 will not be needed once gyp upstream gets an understanding of 2014: https://code.google.com/p/gyp/issues/detail?id=446&q=2014

@springmeyer springmeyer mentioned this pull request Dec 9, 2014
@bnoordhuis
Copy link

@springmeyer I would recommend sending the patch to the gyp-developers mailing list. The issue tracker is a graveyard, in my experience.

@springmeyer
Copy link
Author

@bnoordhuis okay, thank you. My next step is to update it for 2015 (once I've tested) then will email gyp-developers.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants