summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-30 19:34:41 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-30 19:34:41 +0300
commit7991233458276eb1d24617880bed8da52e866889 (patch)
treea33a4b127204bc2aef5182cd3f8283f5108c5350
parentdf0ece2d0abda1a1447a60bad4e379ee0588ec78 (diff)
modified: core/core.project
modified: plugins/example/example.project
-rw-r--r--core/core.project59
-rw-r--r--plugins/example/example.project36
2 files changed, 55 insertions, 40 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>
diff --git a/plugins/example/example.project b/plugins/example/example.project
index 97c1aba..b4b5c23 100644
--- a/plugins/example/example.project
+++ b/plugins/example/example.project
@@ -1,18 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<CodeLite_Project Name="example" InternalType="Library">
+ <Plugins>
+ <Plugin Name="qmake">
+ <![CDATA[00010001N0005Debug000000000000]]>
+ </Plugin>
+ </Plugins>
<Description/>
<Dependencies/>
+ <VirtualDirectory Name="src">
+ <File Name="main.cpp"/>
+ </VirtualDirectory>
+ <VirtualDirectory Name="include"/>
<Settings Type="Dynamic Library">
- <GlobalSettings>
- <Compiler Options="">
- <IncludePath Value="."/>
- </Compiler>
- <Linker Options="">
- <LibraryPath Value="."/>
- </Linker>
- <ResourceCompiler Options=""/>
- </GlobalSettings>
- <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g" Required="yes" PreCompiledHeader="">
<IncludePath Value="."/>
</Compiler>
@@ -33,7 +33,7 @@
<PreprocessFileCommand/>
<SingleFileCommand/>
<MakefileGenerationCommand/>
- <ThirdPartyToolName/>
+ <ThirdPartyToolName>None</ThirdPartyToolName>
<WorkingDirectory/>
</CustomBuild>
<AdditionalRules>
@@ -70,9 +70,15 @@
<CustomPreBuild/>
</AdditionalRules>
</Configuration>
+ <GlobalSettings>
+ <Compiler Options="`wx-config --cxxflags` `wx-config --cflags` -fPIC">
+ <IncludePath Value="."/>
+ <IncludePath Value="../../api"/>
+ </Compiler>
+ <Linker Options="`wx-config --libs`">
+ <LibraryPath Value="."/>
+ </Linker>
+ <ResourceCompiler Options=""/>
+ </GlobalSettings>
</Settings>
- <VirtualDirectory Name="src">
- <File Name="main.cpp"/>
- </VirtualDirectory>
- <VirtualDirectory Name="include"/>
</CodeLite_Project>