More string swapping and cleaning up main().

This commit is contained in:
Ben Vanik
2014-08-16 16:34:04 -07:00
parent 18ee972b47
commit 7c5fa88661
41 changed files with 326 additions and 413 deletions

View File

@@ -7,13 +7,12 @@
'debugging.h',
'config.h',
'cxx_compat.h',
'main.h',
'math.cc',
'math.h',
'memory.cc',
'memory.h',
'platform.h',
'poly-private.h',
'poly.cc',
'poly.h',
'string.cc',
'string.h',
@@ -23,6 +22,7 @@
'conditions': [
['OS == "mac" or OS == "linux"', {
'sources': [
'main_posix.cc',
],
}],
['OS == "linux"', {
@@ -39,6 +39,7 @@
['OS == "win"', {
'sources': [
'debugging_win.cc',
'main_win.cc',
'threading_win.cc',
],
}],