summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2011-03-18 09:31:54 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2011-03-18 09:31:54 +0200
commitd310b185a38dd1d517272d84048f2e35f7f96562 (patch)
tree77e859e96f9db80307115e5d5fd7d33cf1e8ec7f
parent4bcc86b7413f5ce76a1ceac92aa566a9bf13d685 (diff)
modified: core/core.project
modified: core/modules.cpp modified: evil_core.workspace
-rw-r--r--core/core.project8
-rw-r--r--core/modules.cpp2
-rw-r--r--evil_core.workspace2
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 @@
<CodeLite_Project Name="core" InternalType="Console">
<Plugins>
<Plugin Name="qmake">
- <![CDATA[00010001N0005Debug000000000000]]>
+ <![CDATA[00020001N0005Debug0000000000000001N0007Release000000000000]]>
</Plugin>
</Plugins>
<Description/>
@@ -71,11 +71,13 @@
<CustomPreBuild/>
</AdditionalRules>
</Configuration>
- <Configuration Name="Release" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Configuration Name="Release" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="" C_Options="" Required="yes" PreCompiledHeader="">
<IncludePath Value="."/>
</Compiler>
- <Linker Options="-O2" Required="yes"/>
+ <Linker Options="-O2" Required="yes">
+ <Library Value="boost_signals-mt"/>
+ </Linker>
<ResourceCompiler Options="" Required="no"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;"/>
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 @@
<Project Name="core" ConfigName="Debug"/>
<Project Name="example" ConfigName="Debug"/>
</WorkspaceConfiguration>
- <WorkspaceConfiguration Name="Release" Selected="yes">
+ <WorkspaceConfiguration Name="Release" Selected="no">
<Project Name="core" ConfigName="Release"/>
<Project Name="example" ConfigName="Release"/>
</WorkspaceConfiguration>