2018-02-18 13:02:53 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<CodeLite_Project Name="ac" InternalType="">
|
|
|
|
<VirtualDirectory Name="src">
|
|
|
|
<VirtualDirectory Name="ac">
|
|
|
|
<File Name="src/ac/conf.c"/>
|
|
|
|
<File Name="src/ac/mod_cipwap.c"/>
|
|
|
|
<File Name="src/ac/db.c"/>
|
|
|
|
<File Name="src/ac/ac_interface.c"/>
|
|
|
|
<File Name="src/ac/ac_main.c"/>
|
|
|
|
<File Name="src/ac/wtpman.c"/>
|
|
|
|
<File Name="src/ac/wtplist.h"/>
|
|
|
|
<File Name="src/ac/db.h"/>
|
|
|
|
<File Name="src/ac/dataman.c"/>
|
|
|
|
<File Name="src/ac/wtplist.c"/>
|
|
|
|
<File Name="src/ac/ac_global.c"/>
|
|
|
|
<File Name="src/ac/module.h"/>
|
|
|
|
<File Name="src/ac/conf.h"/>
|
|
|
|
<File Name="src/ac/socklist.c"/>
|
|
|
|
<File Name="src/ac/actube.h"/>
|
|
|
|
<File Name="src/ac/wtpman.h"/>
|
|
|
|
<File Name="src/ac/ac.h"/>
|
|
|
|
<File Name="src/ac/dataman.h"/>
|
|
|
|
<File Name="src/ac/socklist.h"/>
|
|
|
|
</VirtualDirectory>
|
|
|
|
</VirtualDirectory>
|
|
|
|
<Description/>
|
|
|
|
<Dependencies/>
|
2018-02-18 21:54:01 +01:00
|
|
|
<Settings Type="Executable">
|
2018-02-18 13:02:53 +01:00
|
|
|
<GlobalSettings>
|
|
|
|
<Compiler Options="" C_Options="" Assembler="">
|
|
|
|
<IncludePath Value="."/>
|
|
|
|
</Compiler>
|
|
|
|
<Linker Options="">
|
|
|
|
<LibraryPath Value="."/>
|
|
|
|
</Linker>
|
|
|
|
<ResourceCompiler Options=""/>
|
|
|
|
</GlobalSettings>
|
2018-02-18 21:54:01 +01:00
|
|
|
<Configuration Name="Debug" CompilerType="GCC" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
|
2018-02-18 13:02:53 +01:00
|
|
|
<Compiler Options="-g" C_Options="-g" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
|
|
|
|
<IncludePath Value="."/>
|
|
|
|
</Compiler>
|
|
|
|
<Linker Options="" Required="yes"/>
|
|
|
|
<ResourceCompiler Options="" Required="no"/>
|
2018-02-18 21:54:01 +01:00
|
|
|
<General OutputFile="" IntermediateDirectory="./" Command="$(WorkspacePath)/src/ac/actube" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(WorkspacePath)/src/ac/" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
2018-02-18 13:02:53 +01:00
|
|
|
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
|
|
|
<![CDATA[]]>
|
|
|
|
</Environment>
|
|
|
|
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
|
|
|
|
<DebuggerSearchPaths/>
|
|
|
|
<PostConnectCommands/>
|
|
|
|
<StartupCommands/>
|
|
|
|
</Debugger>
|
|
|
|
<PreBuild/>
|
|
|
|
<PostBuild/>
|
|
|
|
<CustomBuild Enabled="yes">
|
|
|
|
<RebuildCommand>make clean && make</RebuildCommand>
|
|
|
|
<CleanCommand>make clean</CleanCommand>
|
|
|
|
<BuildCommand>make</BuildCommand>
|
|
|
|
<PreprocessFileCommand/>
|
|
|
|
<SingleFileCommand/>
|
|
|
|
<MakefileGenerationCommand/>
|
|
|
|
<ThirdPartyToolName>None</ThirdPartyToolName>
|
|
|
|
<WorkingDirectory>$(WorkspacePath)/src/ac/</WorkingDirectory>
|
|
|
|
</CustomBuild>
|
|
|
|
<AdditionalRules>
|
|
|
|
<CustomPostBuild/>
|
|
|
|
<CustomPreBuild/>
|
|
|
|
</AdditionalRules>
|
|
|
|
<Completion EnableCpp11="no" EnableCpp14="no">
|
|
|
|
<ClangCmpFlagsC/>
|
|
|
|
<ClangCmpFlags/>
|
|
|
|
<ClangPP/>
|
|
|
|
<SearchPaths/>
|
|
|
|
</Completion>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration Name="Release" CompilerType="clang( tags/RELEASE_380/final )" DebuggerType="GNU gdb debugger" Type="Dynamic Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
|
|
|
|
<Compiler Options="" C_Options="" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
|
|
|
|
<IncludePath Value="."/>
|
|
|
|
</Compiler>
|
|
|
|
<Linker Options="-O2" Required="yes"/>
|
|
|
|
<ResourceCompiler Options="" Required="no"/>
|
|
|
|
<General OutputFile="" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
|
|
|
|
<Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>">
|
|
|
|
<![CDATA[]]>
|
|
|
|
</Environment>
|
|
|
|
<Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
|
|
|
|
<DebuggerSearchPaths/>
|
|
|
|
<PostConnectCommands/>
|
|
|
|
<StartupCommands/>
|
|
|
|
</Debugger>
|
|
|
|
<PreBuild/>
|
|
|
|
<PostBuild/>
|
|
|
|
<CustomBuild Enabled="yes">
|
|
|
|
<RebuildCommand/>
|
|
|
|
<CleanCommand>make clean</CleanCommand>
|
|
|
|
<BuildCommand>make</BuildCommand>
|
|
|
|
<PreprocessFileCommand/>
|
|
|
|
<SingleFileCommand/>
|
|
|
|
<MakefileGenerationCommand/>
|
|
|
|
<ThirdPartyToolName>None</ThirdPartyToolName>
|
|
|
|
<WorkingDirectory>$(WorkspacePath)</WorkingDirectory>
|
|
|
|
</CustomBuild>
|
|
|
|
<AdditionalRules>
|
|
|
|
<CustomPostBuild/>
|
|
|
|
<CustomPreBuild/>
|
|
|
|
</AdditionalRules>
|
|
|
|
<Completion EnableCpp11="no" EnableCpp14="no">
|
|
|
|
<ClangCmpFlagsC/>
|
|
|
|
<ClangCmpFlags/>
|
|
|
|
<ClangPP/>
|
|
|
|
<SearchPaths/>
|
|
|
|
</Completion>
|
|
|
|
</Configuration>
|
|
|
|
</Settings>
|
2018-02-23 13:59:36 +01:00
|
|
|
<Dependencies Name="Debug"/>
|
|
|
|
<Dependencies Name="Release"/>
|
2018-02-18 13:02:53 +01:00
|
|
|
</CodeLite_Project>
|