diff options
Diffstat (limited to 'core/core.project')
-rw-r--r-- | core/core.project | 59 |
1 files changed, 34 insertions, 25 deletions
diff --git a/core/core.project b/core/core.project index a264319..b9a5038 100644 --- a/core/core.project +++ b/core/core.project @@ -1,18 +1,29 @@ <?xml version="1.0" encoding="utf-8"?> <CodeLite_Project Name="core" InternalType="Console"> + <Plugins> + <Plugin Name="qmake"> + <![CDATA[00010001N0005Debug000000000000]]> + </Plugin> + </Plugins> <Description/> <Dependencies/> + <VirtualDirectory Name="src"> + <File Name="basic-services.cpp"/> + <File Name="main.cpp"/> + <File Name="modules.cpp"/> + <File Name="services.cpp"/> + <File Name="utf8.cpp"/> + </VirtualDirectory> + <VirtualDirectory Name="headers"> + <File Name="utf8.h"/> + <File Name="commonheaders.h"/> + <File Name="constants.h"/> + <File Name="globals.h"/> + <File Name="modules.h"/> + <File Name="services.h"/> + </VirtualDirectory> <Settings Type="Executable"> - <GlobalSettings> - <Compiler Options=""> - <IncludePath Value="."/> - </Compiler> - <Linker Options=""> - <LibraryPath Value="."/> - </Linker> - <ResourceCompiler Options=""/> - </GlobalSettings> - <Configuration Name="Debug" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> + <Configuration Name="Debug" CompilerType="gnu gcc" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append"> <Compiler Options="-g" Required="yes" PreCompiledHeader=""> <IncludePath Value="."/> </Compiler> @@ -70,20 +81,18 @@ <CustomPreBuild/> </AdditionalRules> </Configuration> + <GlobalSettings> + <Compiler Options=""> + <IncludePath Value="."/> + </Compiler> + <Linker Options=""> + <LibraryPath Value="."/> + <Library Value="boost_system-mt.so"/> + <Library Value="ACE.so"/> + <Library Value="boost_thread-mt.so"/> + <Library Value="boost_filesystem-mt.so"/> + </Linker> + <ResourceCompiler Options=""/> + </GlobalSettings> </Settings> - <VirtualDirectory Name="src"> - <File Name="basic-services.cpp"/> - <File Name="main.cpp"/> - <File Name="modules.cpp"/> - <File Name="services.cpp"/> - <File Name="utf8.cpp"/> - </VirtualDirectory> - <VirtualDirectory Name="headers"> - <File Name="utf8.h"/> - <File Name="commonheaders.h"/> - <File Name="constants.h"/> - <File Name="globals.h"/> - <File Name="modules.h"/> - <File Name="services.h"/> - </VirtualDirectory> </CodeLite_Project> |