Commit c3dc55ba by apatrick@chromium.org

Make angle compile on Win64

parent acd2d8a5
...@@ -36,6 +36,7 @@ Google Inc. ...@@ -36,6 +36,7 @@ Google Inc.
Ben Vanik Ben Vanik
Adrienne Walker Adrienne Walker
thestig@chromium.org thestig@chromium.org
Justin Schuh
Adobe Systems Inc. Adobe Systems Inc.
Alexandru Chiculita Alexandru Chiculita
......
...@@ -47,6 +47,10 @@ ...@@ -47,6 +47,10 @@
'compiler/preprocessor/Tokenizer.cpp', 'compiler/preprocessor/Tokenizer.cpp',
'compiler/preprocessor/Tokenizer.h', 'compiler/preprocessor/Tokenizer.h',
], ],
# TODO(jschuh): http://crbug.com/167187
'msvs_disabled_warnings': [
4267,
],
}, },
{ {
'target_name': 'translator_common', 'target_name': 'translator_common',
......
#define MAJOR_VERSION 1 #define MAJOR_VERSION 1
#define MINOR_VERSION 0 #define MINOR_VERSION 0
#define BUILD_VERSION 0 #define BUILD_VERSION 0
#define BUILD_REVISION 1638 #define BUILD_REVISION 1639
#define STRINGIFY(x) #x #define STRINGIFY(x) #x
#define MACRO_STRINGIFY(x) STRINGIFY(x) #define MACRO_STRINGIFY(x) STRINGIFY(x)
......
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