fixed: when there is no option "locale_files" in the config

the "en" should be loaded by default
added: LDFLAGS option to Makefiles
added: compilation with CLANG (some const objects should have been created with default cctor)




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@856 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-06-30 18:37:52 +00:00
parent 403cca5aad
commit 329e2d8001
12 changed files with 31 additions and 13 deletions

View File

@@ -268,6 +268,9 @@ void Config::SetAdditionalVariables()
if( locale_default_id > locale_max_id )
locale_default_id = locale_max_id;
if( locale_files.empty() )
locale_files.push_back(L"en");
}

View File

@@ -13,7 +13,7 @@
#include <vector>
class Session;
struct Session;
struct PluginDataBase