Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VS project generation #11742

Merged
merged 2 commits into from
Oct 11, 2017
Merged

Update VS project generation #11742

merged 2 commits into from
Oct 11, 2017

Commits on Oct 9, 2017

  1. Update VS project generation

    Update VS project generation and add num_jobs option (default value: 2 - the same as before) for parallel builds inside Visual Studio. Tested with SCons 3.0 and Visual Studio 2017.
    Listwon committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    4d1a55b View commit details
    Browse the repository at this point in the history
  2. Fix Intellisense

    Fix the CPPPATH passed to MSVSProject. Uses SCons Dir() function to convert "#" paths http://www.scons.org/doc/0.97/HTML/scons-user/a3414.html#CV-CPPPATH
    Listwon committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    c871f50 View commit details
    Browse the repository at this point in the history