driver cross-compilation
This commit is contained in:
@@ -22,14 +22,21 @@ CUtlVector<CUtlString> g_CompiledFiles = {
|
||||
"main.cpp",
|
||||
"library/runner.cpp",
|
||||
"library/helper.cpp",
|
||||
"library/c.cpp",
|
||||
"library/ld.cpp",
|
||||
"library/target.cpp",
|
||||
|
||||
"library/winerunner.cpp",
|
||||
|
||||
"library/c.cpp",
|
||||
"library/ld.cpp",
|
||||
|
||||
"library/android/apktool.cpp",
|
||||
|
||||
"library/clang/c.cpp",
|
||||
"library/clang/ld.cpp",
|
||||
|
||||
"library/windows/c.cpp",
|
||||
"library/windows/ld.cpp",
|
||||
|
||||
};
|
||||
|
||||
CUtlVector<CUtlString> g_IncludeDirectories = {
|
||||
|
||||
Reference in New Issue
Block a user