Commit b474de34 by apatrick@chromium.org

Move translator_hlsl target into Windows specific section of build_angle.gyp.

Review URL: https://codereview.appspot.com/5639055 git-svn-id: https://angleproject.googlecode.com/svn/trunk@985 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 90f1eb81
...@@ -128,6 +128,10 @@ ...@@ -128,6 +128,10 @@
'compiler/VersionGLSL.h', 'compiler/VersionGLSL.h',
], ],
}, },
],
'conditions': [
['OS=="win"', {
'targets': [
{ {
'target_name': 'translator_hlsl', 'target_name': 'translator_hlsl',
'type': '<(component)', 'type': '<(component)',
...@@ -152,10 +156,6 @@ ...@@ -152,10 +156,6 @@
'compiler/SearchSymbol.h', 'compiler/SearchSymbol.h',
], ],
}, },
],
'conditions': [
['OS=="win"', {
'targets': [
{ {
'target_name': 'libGLESv2', 'target_name': 'libGLESv2',
'type': 'shared_library', 'type': 'shared_library',
......
#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 984 #define BUILD_REVISION 985
#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