Rename BaseRuntime files to plugin-runtime.

This commit is contained in:
2015-02-23 16:44:15 -08:00
parent 2f71cb4cd7
commit 1f9b898702
11 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ if binary.compiler.cc.behavior == 'msvc':
binary.compiler.cxxflags.remove('/TP')
binary.sources += [
'BaseRuntime.cpp',
'plugin-runtime.cpp',
'compiled-function.cpp',
'dll_exports.cpp',
'engine2.cpp',