Rename source files: .cpp -> .cc

This commit is contained in:
Max Brunsfeld 2014-03-09 22:13:08 -07:00
parent 31a58bc7e4
commit a411e43484
49 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
'src',
],
'sources': [
'<!@(find include src -name "*.h" -or -name "*.cpp" -or -name "*.c")',
'<!@(find include src -name "*.h" -or -name "*.cc" -or -name "*.c")',
],
'xcode_settings': {
'GCC_ENABLE_CPP_RTTI': 'YES',
@ -49,7 +49,7 @@
'spec/compiler',
],
'sources': [
'<!@(find spec/compiler -name "*.h" -or -name "*.cpp")',
'<!@(find spec/compiler -name "*.h" -or -name "*.cc")',
'<!@(find examples/grammars -name "*.hpp")',
],
},
@ -65,7 +65,7 @@
'spec/runtime',
],
'sources': [
'<!@(find spec/runtime -name "*.h" -or -name "*.cpp")',
'<!@(find spec/runtime -name "*.h" -or -name "*.cc")',
'<!@(find examples/parsers -name "*.c")',
],
},