OLD | NEW |
1 # Copyright 2010 Google Inc. All Rights Reserved. | 1 # Copyright 2010 Google Inc. All Rights Reserved. |
2 | 2 |
3 { | 3 { |
4 'targets': [ | 4 'targets': [ |
5 { | 5 { |
6 'target_name': 'libjscre', | 6 'target_name': 'libjscre', |
7 'type': 'static_library', | 7 'type': 'static_library', |
| 8 'toolsets':['target','host'], |
8 'dependencies': [ | 9 'dependencies': [ |
9 ], | 10 ], |
10 'include_dirs': [ | 11 'include_dirs': [ |
11 '.', | 12 '.', |
12 ], | 13 ], |
13 'defines': [ | 14 'defines': [ |
14 'SUPPORT_UTF8', | 15 'SUPPORT_UTF8', |
15 'SUPPORT_UCP', | 16 'SUPPORT_UCP', |
16 'NO_RECURSE', | 17 'NO_RECURSE', |
17 ], | 18 ], |
18 'sources': [ | 19 'sources': [ |
19 'ASCIICType.h', | 20 'ASCIICType.h', |
20 'config.h', | 21 'config.h', |
21 'pcre.h', | 22 'pcre.h', |
22 'pcre_internal.h', | 23 'pcre_internal.h', |
23 'ucpinternal.h', | 24 'ucpinternal.h', |
24 'pcre_compile.cpp', | 25 'pcre_compile.cpp', |
25 'pcre_exec.cpp', | 26 'pcre_exec.cpp', |
26 'pcre_tables.cpp', | 27 'pcre_tables.cpp', |
27 'pcre_ucp_searchfuncs.cpp', | 28 'pcre_ucp_searchfuncs.cpp', |
28 'pcre_xclass.cpp', | 29 'pcre_xclass.cpp', |
29 ], | 30 ], |
30 }, | 31 }, |
31 ], | 32 ], |
32 } | 33 } |
OLD | NEW |