mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
CREATE_PROJECT: Remove deprecated --use-canonical-lib-names
It's always the default
This commit is contained in:
committed by
Eugene Sandulenko
parent
d71a717b87
commit
e396d34320
@@ -47,7 +47,7 @@ static const char *const FILENAMES[] = {
|
||||
"metaengine.h", "module.mk", "xyzzy.cpp",
|
||||
"xyzzy.h", "POTFILES", nullptr
|
||||
};
|
||||
const char *const ENGINES = "create_project ..\\.. --use-canonical-lib-names --msvc\n";
|
||||
const char *const ENGINES = "create_project ..\\.. --msvc\n";
|
||||
|
||||
bool fileExists(const char *name) {
|
||||
#ifdef _WIN32
|
||||
|
||||
Reference in New Issue
Block a user