From d310b185a38dd1d517272d84048f2e35f7f96562 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 18 Mar 2011 09:31:54 +0200 Subject: modified: core/core.project modified: core/modules.cpp modified: evil_core.workspace --- core/core.project | 8 +++++--- core/modules.cpp | 2 +- evil_core.workspace | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/core/core.project b/core/core.project index 7f169ba..32a7996 100644 --- a/core/core.project +++ b/core/core.project @@ -2,7 +2,7 @@ - + @@ -71,11 +71,13 @@ - + - + + + diff --git a/core/modules.cpp b/core/modules.cpp index bcdcbe6..06ee133 100644 --- a/core/modules.cpp +++ b/core/modules.cpp @@ -23,7 +23,7 @@ extern PLUGINLINK pluglink; void load_modules() { - std::string path = boost::filesystem::initial_path().directory_string(); //need some workaround for windows than called indirectly + std::string path = boost::filesystem::initial_path().string(); //need some workaround for windows than called indirectly path.append("/plugins"); logger.log(LM_DEBUG, "Plugin directory is %s \n", path.c_str()); logger.log(LM_DEBUG, "Loading plugins...\n"); diff --git a/evil_core.workspace b/evil_core.workspace index 9671776..a9f5330 100644 --- a/evil_core.workspace +++ b/evil_core.workspace @@ -7,7 +7,7 @@ - + -- cgit v1.2.3