diff options
Diffstat (limited to 'core/core.project')
-rw-r--r-- | core/core.project | 8 |
1 files changed, 5 insertions, 3 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="<Use Defaults>" DbgSetName="<Use Defaults>"/> |