summaryrefslogtreecommitdiff
path: root/src/rdp/rdp.project
diff options
context:
space:
mode:
Diffstat (limited to 'src/rdp/rdp.project')
-rw-r--r--src/rdp/rdp.project138
1 files changed, 138 insertions, 0 deletions
diff --git a/src/rdp/rdp.project b/src/rdp/rdp.project
new file mode 100644
index 0000000..30925d4
--- /dev/null
+++ b/src/rdp/rdp.project
@@ -0,0 +1,138 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeLite_Project Name="rdp" Version="11000" InternalType="Library">
+ <Plugins>
+ <Plugin Name="qmake">
+ <![CDATA[00010001N0005Debug000000000000]]>
+ </Plugin>
+ </Plugins>
+ <Description/>
+ <Dependencies/>
+ <VirtualDirectory Name="src">
+ <File Name="rdp_rail.h"/>
+ <File Name="rdp_rail.c"/>
+ <File Name="rdp_ft.h"/>
+ <File Name="rdp_ft.c"/>
+ <File Name="rdp_display_output.h"/>
+ <File Name="rdp_display_output.c"/>
+ <File Name="rdp_user_input.h"/>
+ <File Name="rdp_user_input.c"/>
+ <File Name="rdp_channels.h"/>
+ <File Name="rdp_channels.c"/>
+ <File Name="rdp_clipboard.h"/>
+ <File Name="rdp_clipboard.c"/>
+ <File Name="rdp_settings.h"/>
+ <File Name="rdp_settings.c"/>
+ <File Name="rdp_png.c"/>
+ <File Name="rdp_png.h"/>
+ <File Name="rdp_impl.c"/>
+ <File Name="rdp_impl.h"/>
+ <File Name="rdp_module.c"/>
+ <File Name="rdp_module.h"/>
+ </VirtualDirectory>
+ <VirtualDirectory Name="include">
+ <File Name="include/rdp_backend_api.h"/>
+ </VirtualDirectory>
+ <Settings Type="Static Library">
+ <GlobalSettings>
+ <Compiler Options="-fPIC" C_Options="-D_XOPEN_SOURCE=500;-D_POSIX_C_SOURCE=200112L" Assembler="">
+ <IncludePath Value="."/>
+ <IncludePath Value="./include"/>
+ <IncludePath Value="../../3rdparty/FreeRDP/include"/>
+ <IncludePath Value="../../3rdparty/libev"/>
+ <IncludePath Value="../../3rdparty/FreeRDP/winpr"/>
+ <IncludePath Value="../../3rdparty/FreeRDP/winpr/include"/>
+ <IncludePath Value="../../3rdparty/FreeRDP/build/winpr/include"/>
+ <IncludePath Value="../../3rdparty/FreeRDP/build/include"/>
+ <IncludePath Value="../core/include"/>
+ <IncludePath Value="/home/sss/.nix-profile/include"/>
+ </Compiler>
+ <Linker Options="">
+ <LibraryPath Value="."/>
+ </Linker>
+ <ResourceCompiler Options=""/>
+ </GlobalSettings>
+ <Configuration Name="Debug" CompilerType="clang" DebuggerType="GNU gdb debugger" Type="Static Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-g;-Wall;-fsanitize=address;-O0" C_Options="-pg;-g;-Wall;-DDEBUG;-fsanitize=address;-O0" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"/>
+ <Linker Options="-pg" Required="yes"/>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName).a" IntermediateDirectory="./Debug" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <BuildSystem Name="Default"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="yes">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName/>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no" EnableCpp14="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ <Configuration Name="Release" CompilerType="clang" DebuggerType="GNU gdb debugger" Type="Static Library" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-Wall;-fPIC" C_Options="-std=c99;-Wall;-D_XOPEN_SOURCE=500;-D_POSIX_C_SOURCE=200112L" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ <IncludePath Value="./include"/>
+ <IncludePath Value="../../3rdparty/FreeRDP/include"/>
+ <IncludePath Value="../../3rdparty/FreeRDP/winpr/include"/>
+ <IncludePath Value="../../3rdparty/FreeRDP/build/winpr/include"/>
+ <IncludePath Value="../../3rdparty/FreeRDP/build/include"/>
+ <IncludePath Value="../core/include"/>
+ <Preprocessor Value="NDEBUG"/>
+ </Compiler>
+ <Linker Options="-O2" Required="yes"/>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName).a" IntermediateDirectory="./Release" Command="" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
+ <BuildSystem Name="Default"/>
+ <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
+ <![CDATA[]]>
+ </Environment>
+ <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="yes">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName/>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no" EnableCpp14="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ </Settings>
+</CodeLite_Project>