diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-30 19:34:41 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-10-30 19:34:41 +0300 |
commit | 7991233458276eb1d24617880bed8da52e866889 (patch) | |
tree | a33a4b127204bc2aef5182cd3f8283f5108c5350 /core | |
parent | df0ece2d0abda1a1447a60bad4e379ee0588ec78 (diff) |
modified: core/core.project
modified: plugins/example/example.project
Diffstat (limited to 'core')
-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> |