msvs: Allow target platform version without WinRT

This change makes the msvs_target_platform_{version,minversion} settings
useful even when msvs_enable_winrt is not specified. This is needed for
native code which uses the Windows Runtime C++ Template Library (WRL),
for example.

R=dpranke@chromium.org

Review URL: https://codereview.chromium.org/2100453003 .
1 file changed
tree: 2d21a0a8f8a7186805a2d466544dc0b5e44598ca
  1. buildbot/
  2. data/
  3. pylib/
  4. samples/
  5. test/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. codereview.settings
  10. DEPS
  11. gyp
  12. gyp.bat
  13. gyp_main.py
  14. gyptest.py
  15. LICENSE
  16. OWNERS
  17. PRESUBMIT.py
  18. README.md
  19. setup.py
README.md

GYP can Generate Your Projects.

Documents are available at gyp.gsrc.io, or you can check out md-pages branch to read those documents offline.