CREATE_PROJECT: Remove deprecated --use-canonical-lib-names

It's always the default
This commit is contained in:
SupSuper
2023-04-29 13:16:08 +02:00
committed by Eugene Sandulenko
parent d71a717b87
commit e396d34320
7 changed files with 40 additions and 52 deletions
+1 -1
View File
@@ -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