Commit e744834a by Geoff Lang

Allow gyp to generate 64 bit project files for VS2012.

Visual Studio 2010 express was the last version to not support 64 bit configurations. BUG=angle:714 Change-Id: Ie4383a437a98cecfc82702e766a460ade96062f8 Reviewed-on: https://chromium-review.googlesource.com/210824Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent aff8084b
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
}, },
'conditions': 'conditions':
[ [
[ 'OS == "win" and MSVS_VERSION != "2010e" and MSVS_VERSION != "2012e"', [ 'OS == "win" and MSVS_VERSION != "2010e"',
{ {
'Debug_x64': 'Debug_x64':
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment