Index: build/config/win/visual_studio_version.gni |
diff --git a/build/config/win/visual_studio_version.gni b/build/config/win/visual_studio_version.gni |
index 982fbe8d3f0d0294e28e206638cfa3ee3a902745..5bfa9a76202fdb67cd32db2bcb36ec2be60bcc81 100644 |
--- a/build/config/win/visual_studio_version.gni |
+++ b/build/config/win/visual_studio_version.gni |
@@ -9,7 +9,7 @@ declare_args() { |
visual_studio_path = "" |
# Version of Visual Studio pointed to by the visual_studio_path. |
- # Currently always "2015". |
+ # Use "2013" for Visual Studio 2013, or "2013e" for the Express version. |
Nico
2016/11/29 16:23:45
this is where i would've put the comment
Michael Achenbach
2016/11/30 08:18:59
Ah - yes - that would have been better indeed. Let
|
visual_studio_version = "" |
# Directory of the Windows driver kit. If visual_studio_path is empty, this |