Adding libjit.

Removing some old xethunk cruft.
This commit is contained in:
Ben Vanik
2013-05-19 09:23:50 -07:00
parent b018b6fe56
commit 0aa7d1ec05
10 changed files with 7 additions and 59 deletions

View File

@@ -2,14 +2,6 @@
{
'default_configuration': 'release',
'conditions': [
['OS == "mac"', {
'variables': {
'is_clang': 1
}
}],
],
'variables': {
'configurations': {
'debug': {
@@ -122,7 +114,7 @@
'DebugInformationFormat': '3',
'ExceptionHandling': '1', # /EHsc
'AdditionalOptions': [
'/MP',
'/MP', # Multiprocessor
'/TP', # Compile as C++
],
},