forked from Croteam-official/Serious-Engine
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
linux debug build , TFE=false
will build
libEntitiesMPD.so
libGameMPD.so
libShadersD.so
(I've found CMakeLists.txt:631 only SHADERSLIB didn't append MP suffix, is this correct ?)
but when run game engine, it reports didn't found file libEntitiesD.so
which comes from EntityClass.cpp:242
#ifndef NDEBUG
fnmDLL = fnmDLL.FileDir()+"Debug\\"+fnmDLL.FileName()+_strModExt+"D"+fnmDLL.FileExt();
#else
fnmDLL = fnmDLL.FileDir()+fnmDLL.FileName()+_strModExt+fnmDLL.FileExt();
#endifthis didn't consider MP suffix .
Metadata
Metadata
Assignees
Labels
No labels