Browse Source

Project files update

master
Maxime Wack 9 years ago
parent
commit
e5d7293fc9
5 changed files with 52 additions and 53 deletions
  1. +38
    -22
      CosMoS/CosMoS.project
  2. +11
    -28
      Sante_Pub.workspace
  3. +1
    -1
      grid/grid.project
  4. +1
    -1
      testcurl/testcurl.project
  5. +1
    -1
      testsqlite/testsqlite.project

+ 38
- 22
CosMoS/CosMoS.project View File

@@ -2,7 +2,28 @@
<CodeLite_Project Name="CosMoS" InternalType="GUI">
<Plugins>
<Plugin Name="qmake">
<![CDATA[00040001N0005Debug0000000000000001N0009Debug_WIN0000000000000001N0007Release0000000000000001N0011Release_WIN000000000000]]>
<![CDATA[00050001N0005Debug0000000000000001N0009Debug_WIN0000000000000001N0007Release0000000000000001N0011Release_WIN0000000000000001N0005cross000000000000]]>
</Plugin>
<Plugin Name="CMakePlugin">
<![CDATA[[{
"name": "Debug",
"enabled": false,
"buildDirectory": "build",
"sourceDirectory": "$(ProjectPath)",
"generator": "",
"buildType": "",
"arguments": [],
"parentProject": ""
}, {
"name": "Release",
"enabled": false,
"buildDirectory": "build",
"sourceDirectory": "$(ProjectPath)",
"generator": "",
"buildType": "",
"arguments": [],
"parentProject": ""
}]]]>
</Plugin>
</Plugins>
<Description/>
@@ -13,7 +34,6 @@
</VirtualDirectory>
<Dependencies Name="Debug"/>
<Dependencies Name="Debug_WIN"/>
<Dependencies Name="Release"/>
<Dependencies Name="Release_WIN"/>
<VirtualDirectory Name="Frame">
<File Name="cosmosGUI.h"/>
@@ -74,9 +94,10 @@
<File Name="misc.cpp"/>
<File Name="recherche.cpp"/>
</VirtualDirectory>
<Dependencies Name="Release"/>
<Settings Type="Executable">
<GlobalSettings>
<Compiler Options="" C_Options="">
<Compiler Options="" C_Options="" Assembler="">
<IncludePath Value="."/>
</Compiler>
<Linker Options="">
@@ -85,22 +106,18 @@
<ResourceCompiler Options=""/>
</GlobalSettings>
<Configuration Name="Debug" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;-O0;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=yes)" C_Options="-g;-O0;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=yes)" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
<Compiler Options="-g;-O0;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=yes)" C_Options="-g;-O0;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
<Linker Options="$(shell wx-config-2.9 --debug=yes --libs --unicode=yes)" Required="yes">
<Library Value="curl"/>
<Library Value="sqlite3"/>
</Linker>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
<![CDATA[
]]>
<![CDATA[]]>
</Environment>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
<DebuggerSearchPaths/>
<PostConnectCommands/>
<StartupCommands/>
</Debugger>
@@ -128,7 +145,7 @@
</Completion>
</Configuration>
<Configuration Name="Debug_WIN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-g;-O0;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" C_Options="-g;-O0;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags="">
<Compiler Options="-g;-O0;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" C_Options="-g;-O0;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=yes)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags="">
<Preprocessor Value="CURL_STATICLIB"/>
</Compiler>
<Linker Options="$(shell wx-config --debug=yes --libs --unicode=yes)" Required="yes">
@@ -136,11 +153,12 @@
<Library Value="sqlite3"/>
</Linker>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
<![CDATA[]]>
</Environment>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
<DebuggerSearchPaths/>
<PostConnectCommands/>
<StartupCommands/>
</Debugger>
@@ -168,21 +186,18 @@
</Completion>
</Configuration>
<Configuration Name="Release" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-O2;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=no)" C_Options="-O2;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=no)" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
<Compiler Options="-O2;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=no)" C_Options="-O2;-Wall;$(shell wx-config-2.9 --cxxflags --unicode=yes --debug=no)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags=""/>
<Linker Options="-s;$(shell wx-config-2.9 --debug=no --libs --unicode=yes)" Required="yes">
<Library Value="curl"/>
<Library Value="sqlite3"/>
</Linker>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="no"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
<![CDATA[
]]>
<![CDATA[]]>
</Environment>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
<DebuggerSearchPaths/>
<PostConnectCommands/>
<StartupCommands/>
</Debugger>
@@ -210,7 +225,7 @@
</Completion>
</Configuration>
<Configuration Name="Release_WIN" CompilerType="gnu g++" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-O2;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=no)" C_Options="-O2;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=no)" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags="">
<Compiler Options="-O2;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=no)" C_Options="-O2;-Wall;$(shell wx-config --cxxflags --unicode=yes --debug=no)" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" UseDifferentPCHFlags="no" PCHFlags="">
<Preprocessor Value="CURL_STATICLIB"/>
</Compiler>
<Linker Options="-s;$(shell wx-config --debug=no --libs --unicode=yes)" Required="yes">
@@ -218,11 +233,12 @@
<Library Value="sqlite3"/>
</Linker>
<ResourceCompiler Options="$(shell wx-config --rcflags)" Required="yes"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/>
<General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release_WIN" Command="./$(ProjectName)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
<Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
<![CDATA[]]>
</Environment>
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="">
<DebuggerSearchPaths/>
<PostConnectCommands/>
<StartupCommands/>
</Debugger>


+ 11
- 28
Sante_Pub.workspace View File

@@ -4,25 +4,6 @@
<Project Name="grid" Path="grid/grid.project" Active="No"/>
<Project Name="testcurl" Path="testcurl/testcurl.project" Active="No"/>
<Project Name="testsqlite" Path="testsqlite/testsqlite.project" Active="No"/>
<Environment>
<![CDATA[
]]>
</Environment>
<BuildMatrix>
<WorkspaceConfiguration Name="Debug" Selected="no">
<Project Name="COSMOS" ConfigName="Debug"/>
@@ -31,12 +12,11 @@
<Project Name="testcurl" ConfigName="Debug"/>
<Project Name="testsqlite" ConfigName="Debug"/>
</WorkspaceConfiguration>
<WorkspaceConfiguration Name="Release" Selected="no">
<Project Name="COSMOS" ConfigName="Release"/>
<Project Name="CosMoS" ConfigName="Release"/>
<Project Name="grid" ConfigName="Release"/>
<Project Name="testcurl" ConfigName="Release"/>
<WorkspaceConfiguration Name="Release" Selected="yes">
<Project Name="testsqlite" ConfigName="Release"/>
<Project Name="testcurl" ConfigName="Release"/>
<Project Name="grid" ConfigName="Release"/>
<Project Name="CosMoS" ConfigName="Release"/>
</WorkspaceConfiguration>
<WorkspaceConfiguration Name="Debug_WIN" Selected="no">
<Project Name="CosMoS" ConfigName="Debug_WIN"/>
@@ -44,11 +24,14 @@
<Project Name="testcurl" ConfigName="Debug_WIN"/>
<Project Name="testsqlite" ConfigName="Debug_WIN"/>
</WorkspaceConfiguration>
<WorkspaceConfiguration Name="Release_WIN" Selected="yes">
<Project Name="CosMoS" ConfigName="Release_WIN"/>
<Project Name="grid" ConfigName="Release_WIN"/>
<Project Name="testcurl" ConfigName="Release_WIN"/>
<WorkspaceConfiguration Name="Release_WIN" Selected="no">
<Project Name="testsqlite" ConfigName="Release_WIN"/>
<Project Name="testcurl" ConfigName="Release_WIN"/>
<Project Name="grid" ConfigName="Release_WIN"/>
<Project Name="CosMoS" ConfigName="Release_WIN"/>
</WorkspaceConfiguration>
</BuildMatrix>
<Environment>
<![CDATA[]]>
</Environment>
</CodeLite_Workspace>

+ 1
- 1
grid/grid.project View File

@@ -160,6 +160,6 @@
</Settings>
<Dependencies Name="Debug"/>
<Dependencies Name="Debug_WIN"/>
<Dependencies Name="Release"/>
<Dependencies Name="Release_WIN"/>
<Dependencies Name="Release"/>
</CodeLite_Project>

+ 1
- 1
testcurl/testcurl.project View File

@@ -180,6 +180,6 @@
</Settings>
<Dependencies Name="Debug"/>
<Dependencies Name="Debug_WIN"/>
<Dependencies Name="Release"/>
<Dependencies Name="Release_WIN"/>
<Dependencies Name="Release"/>
</CodeLite_Project>

+ 1
- 1
testsqlite/testsqlite.project View File

@@ -171,6 +171,6 @@
</Settings>
<Dependencies Name="Debug"/>
<Dependencies Name="Debug_WIN"/>
<Dependencies Name="Release"/>
<Dependencies Name="Release_WIN"/>
<Dependencies Name="Release"/>
</CodeLite_Project>

Loading…
Cancel
Save