Commit 84a96288 by alokp@chromium.org

Moved windows-only targets into OS==win conditional.

Review URL: http://codereview.appspot.com/1473043 git-svn-id: https://angleproject.googlecode.com/svn/trunk@325 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent dd7948b3
......@@ -30,6 +30,10 @@
'translator/translator.cpp',
],
},
],
'conditions': [
['OS=="win"', {
'targets': [
{
'target_name': 'es_util',
'type': 'static_library',
......@@ -148,6 +152,8 @@
],
},
],
}],
],
}
# Local Variables:
......
......@@ -94,6 +94,7 @@
'--outfile=<(glslang_cpp_file)',
'<(_inputs)',
],
'message': 'Executing flex on <(_inputs)',
},
{
'action_name': 'bison_glslang',
......@@ -107,6 +108,7 @@
'--output=<(glslang_tab_cpp_file)',
'<(_inputs)',
],
'message': 'Executing bison on <(_inputs)',
},
],
},
......@@ -144,6 +146,10 @@
'compiler/UnfoldSelect.h',
],
},
],
'conditions': [
['OS=="win"', {
'targets': [
{
'target_name': 'libGLESv2',
'type': 'shared_library',
......@@ -227,6 +233,8 @@
},
},
],
}],
],
}
# Local Variables:
......
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