mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2025-01-01 05:04:00 +00:00
9bc219ee14
About Shared Library (shared) and Module Library (module) type of cmake target INSTALL command has different behaviour for ARCHIVE LIBRARY RUNTIME depending on the platform
19 lines
430 B
INI
19 lines
430 B
INI
// Use with commandline: mail_forum_service -C. -L. --nobreak --writepid
|
|
|
|
#include "mail_forum_service_default.cfg"
|
|
|
|
// ---- config local variables
|
|
|
|
// ---- service NeL variables (used by ConfigFile class)
|
|
|
|
AESAliasName= "mfs";
|
|
|
|
Paths = {
|
|
".",
|
|
};
|
|
|
|
// ---- service NeL variables (used by CVariable class)
|
|
|
|
// ---- service custom variables (used by ConfigFile class)
|
|
|
|
|
|
// ---- service custom variables (used by CVariable class)
|