Trying out a new style of JIT pattern matching.

This commit is contained in:
Ben Vanik
2014-05-26 20:28:21 -07:00
parent a001714fb0
commit 5a85263e5f
38 changed files with 6403 additions and 5160 deletions

View File

@@ -24,6 +24,18 @@
'target_arch%': 'x64',
},
'conditions': [
['OS=="win"', {
'variables': {
'move_command%': 'move'
},
}, {
'variables': {
'move_command%': 'mv'
},
}]
],
'target_defaults': {
'include_dirs': [
'include/',
@@ -255,6 +267,7 @@
'include_dirs': [
'.',
'src/',
'<(INTERMEDIATE_DIR)',
],
'includes': [