This is to fix the standalone gyp build. It couldn't handle changes made in r1721. This is the latest version.
Review URL: https://codereview.appspot.com/7204049

git-svn-id: https://angleproject.googlecode.com/svn/branches/dx11proto@1792 736b8ea6-26fd-11df-bfd4-992fa37f6226
This commit is contained in:
shannon.woods@transgaming.com 2013-01-25 21:56:40 +00:00
Родитель 00032cb2c7
Коммит 14fcb33aee
2 изменённых файлов: 2 добавлений и 2 удалений

2
DEPS
Просмотреть файл

@ -1,6 +1,6 @@
deps = {
"trunk/third_party/gyp":
"http://gyp.googlecode.com/svn/trunk@1080",
"http://gyp.googlecode.com/svn/trunk@1564",
"trunk/third_party/googletest":
"http://googletest.googlecode.com/svn/trunk@573", #release 1.6.0

Просмотреть файл

@ -69,7 +69,7 @@
],
'RuntimeTypeInfo': 'false',
'WarningLevel': '4',
'DisableSpecificWarnings': '4100;4127;4189;4239;4244;4245;4512;4702',
'DisableSpecificWarnings': [4100, 4127, 4189, 4239, 4244, 4245, 4512, 4702],
},
'VCLinkerTool': {
'FixedBaseAddress': '1',