summaryrefslogtreecommitdiff
path: root/src/core/core.project
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.project')
-rw-r--r--src/core/core.project221
1 files changed, 221 insertions, 0 deletions
diff --git a/src/core/core.project b/src/core/core.project
new file mode 100644
index 0000000..16459f0
--- /dev/null
+++ b/src/core/core.project
@@ -0,0 +1,221 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeLite_Project Name="core" Version="11000" InternalType="Console">
+ <Plugins>
+ <Plugin Name="qmake">
+ <![CDATA[00010001N0005Debug000000000000]]>
+ </Plugin>
+ </Plugins>
+ <Description/>
+ <Dependencies/>
+ <VirtualDirectory Name="src">
+ <File Name="task.h"/>
+ <File Name="log.c"/>
+ <File Name="log.h"/>
+ <File Name="thread_sync.h"/>
+ <File Name="thread_sync.c"/>
+ <File Name="ws_session.h"/>
+ <File Name="ws_session.c"/>
+ <File Name="ctl_task.h"/>
+ <File Name="socket_helpers.h"/>
+ <File Name="socket_helpers.c"/>
+ <File Name="remote_control.h"/>
+ <File Name="remote_control.c"/>
+ <File Name="base64_url.h"/>
+ <File Name="backend_helpers.h"/>
+ <File Name="backend_helpers.c"/>
+ <File Name="curl_helpers.c"/>
+ <File Name="curl_helpers.h"/>
+ <File Name="json_helpers.h"/>
+ <File Name="json_helpers.c"/>
+ <File Name="exports.h"/>
+ <File Name="exports.c"/>
+ <File Name="ws_protocol.h"/>
+ <File Name="ws_protocol.c"/>
+ <File Name="../../3rdparty/picohttpparser/picohttpparser.c"/>
+ <File Name="ws_server_internals.h"/>
+ <File Name="wrdp_thpool_internals.h"/>
+ <File Name="thread_impl.h"/>
+ <File Name="thread_impl.c"/>
+ <File Name="wrdp_thpool.h"/>
+ <File Name="wrdp_thpool.c"/>
+ <File Name="ev_loop.h"/>
+ <File Name="ev_loop.c"/>
+ <File Name="cmdline.h"/>
+ <File Name="cmdline.c"/>
+ <File Name="config_file.h"/>
+ <File Name="config_file.c"/>
+ <File Name="globals.h"/>
+ <VirtualDirectory Name="include">
+ <File Name="include/webrdp_api_utils.h"/>
+ <File Name="include/webrdp_api_shared_structures.h"/>
+ <File Name="include/webrdp_module_api.h"/>
+ <File Name="include/webrdp_core_api.h"/>
+ </VirtualDirectory>
+ <File Name="utilities.h"/>
+ <File Name="utilities.c"/>
+ <File Name="main.c"/>
+ </VirtualDirectory>
+ <Dependencies Name="Debug">
+ <Project Name="rdp"/>
+ </Dependencies>
+ <Dependencies Name="Release">
+ <Project Name="rdp"/>
+ </Dependencies>
+ <Settings Type="Executable">
+ <GlobalSettings>
+ <Compiler Options="" C_Options="-std=c99;-pthread;-D_POSIX_C_SOURCE=200112L;-D_XOPEN_SOURCE=500;-D_GNU_SOURCE;" Assembler="">
+ <IncludePath Value="."/>
+ <IncludePath Value="../../3rdparty/json.h"/>
+ <IncludePath Value="./include"/>
+ <IncludePath Value="../rdp/include"/>
+ <IncludePath Value="../../3rdparty/wslay/lib/includes"/>
+ <IncludePath Value="../../3rdparty/wslay/build/lib/includes"/>
+ <IncludePath Value="../../3rdparty/libev"/>
+ <IncludePath Value="../../3rdparty/picohttpparser"/>
+ <IncludePath Value="../../3rdparty/libcb/include"/>
+ <IncludePath Value="../../3rdparty/curl/build/lib"/>
+ <IncludePath Value="../../3rdparty/curl/include"/>
+ </Compiler>
+ <Linker Options="-pthread;-rpath .;-fsanitize=address;-l:rdp.a;-l:libev.a;-l:libwslay.a;-l:libfreerdp3.a;-l:libwinpr3.a;-l:libfreerdp-client3.a;-l:libgeometry-client.a;-l:librdpgfx-client.a;-l:libvideo-client.a;-l:libparallel-client.a;-l:libdrive-client.a;-l:libcliprdr-client.a;-l:libdrdynvc-client.a;-l:libremdesk-client.a;-l:librdpei-client.a;-l:libencomsp-client.a;-l:libdisp-client.a;-l:libecho-client.a;-l:librail-client.a;-l:libserial-client.a;-l:librdpsnd-client.a;-l:librdpsnd-client-fake.a;-l:libsmartcard-client.a;-l:libfreerdp3.a;-l:librdpdr-client.a;-l:libwinpr3.a;-l:librdp2tcp-client.a;-l:libainput-client.a;-l:libcurl.a;-l:libfreerdp-client3.a">
+ <LibraryPath Value="."/>
+ <LibraryPath Value="./lib"/>
+ <LibraryPath Value="$(WorkspacePath)/rdp/$(ConfigurationName)/"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/libfreerdp"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/winpr/libwinpr"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/client/common"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/geometry/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/rdpgfx/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/video/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/parallel/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/drive/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/cliprdr/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/drdynvc/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/remdesk/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/rdpei/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/encomsp/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/audin/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/disp/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/echo/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/rail/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/serial/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/rdpsnd/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/rdpsnd/client/fake"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/smartcard/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/audin/client/oss"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/rdpsnd/client/oss"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/rdp2tcp/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/rdpdr/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/urbdrc/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/printer/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/ainput/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/FreeRDP/build/channels/rdpdr/client"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/curl/build"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/libev/build"/>
+ <LibraryPath Value="$(WorkspacePath)/../3rdparty/wslay/build/lib"/>
+ <Library Value="ssl"/>
+ <Library Value="crypto"/>
+ <Library Value="dl"/>
+ <Library Value="rt"/>
+ <Library Value="png"/>
+ <Library Value="z"/>
+ <Library Value="unwind"/>
+ <Library Value="unwind-x86_64"/>
+ </Linker>
+ <ResourceCompiler Options=""/>
+ </GlobalSettings>
+ <Configuration Name="Debug" CompilerType="clang" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-g;-O0;-Wall;-DDEBUG;-fsanitize=address" C_Options="-pg;-g;-O0;-Wall;-DDEBUG;-fsanitize=address" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0"/>
+ <Linker Options="-pg;-fsanitize=address" Required="yes"/>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" 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="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName>None</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="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
+ <Compiler Options="-O2;-Wall" C_Options="-O2;-std=c99;-Wall;-fno-strict-aliasing;-pthread;-D_POSIX_C_SOURCE=200112L;-D_XOPEN_SOURCE=500;-D_GNU_SOURCE" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="0">
+ <IncludePath Value="."/>
+ <IncludePath Value="../../3rdparty/json.h"/>
+ <IncludePath Value="./include"/>
+ <IncludePath Value="../rdp/include"/>
+ <IncludePath Value="../../3rdparty/wslay/lib/includes"/>
+ <IncludePath Value="../../3rdparty/wslay/build/lib/includes"/>
+ <IncludePath Value="../../3rdparty/libev"/>
+ <IncludePath Value="../../3rdparty/picohttpparser"/>
+ <IncludePath Value="../../3rdparty/libcb/include"/>
+ <IncludePath Value="../../3rdparty/curl/build/lib"/>
+ <IncludePath Value="../../3rdparty/curl/include"/>
+ <Preprocessor Value="NDEBUG"/>
+ </Compiler>
+ <Linker Options="-pthread;../rdp/Release/rdp.a;../../3rdparty/libev/build/libev.a;../../3rdparty/wslay/build/lib/libwslay.a;../../3rdparty/FreeRDP/build/client/common/libfreerdp-client2.a;../../3rdparty/FreeRDP/build/channels/geometry/client/libgeometry-client.a;../../3rdparty/FreeRDP/build/channels/rdpgfx/client/librdpgfx-client.a;../../3rdparty/FreeRDP/build/channels/video/client/libvideo-client.a;../../3rdparty/FreeRDP/build/channels/parallel/client/libparallel-client.a;../../3rdparty/FreeRDP/build/channels/drive/client/libdrive-client.a;../../3rdparty/FreeRDP/build/channels/cliprdr/client/libcliprdr-client.a;../../3rdparty/FreeRDP/build/channels/drdynvc/client/libdrdynvc-client.a;../../3rdparty/FreeRDP/build/channels/tsmf/client/libtsmf-client.a;../../3rdparty/FreeRDP/build/channels/remdesk/client/libremdesk-client.a;../../3rdparty/FreeRDP/build/channels/rdpdr/client/librdpdr-client.a;../../3rdparty/FreeRDP/build/channels/rdpei/client/librdpei-client.a;../../3rdparty/FreeRDP/build/channels/encomsp/client/libencomsp-client.a;../../3rdparty/FreeRDP/build/channels/audin/client/libaudin-client.a;../../3rdparty/FreeRDP/build/channels/disp/client/libdisp-client.a;../../3rdparty/FreeRDP/build/channels/echo/client/libecho-client.a;../../3rdparty/FreeRDP/build/channels/rail/client/librail-client.a;../../3rdparty/FreeRDP/build/channels/serial/client/libserial-client.a;../../3rdparty/FreeRDP/build/channels/rdpsnd/client/librdpsnd-client.a;../../3rdparty/FreeRDP/build/channels/rdpsnd/client/fake/librdpsnd-client-fake.a;../../3rdparty/FreeRDP/build/channels/smartcard/client/libsmartcard-client.a;../../3rdparty/FreeRDP/build/libfreerdp/libfreerdp2.a;../../3rdparty/FreeRDP/build/winpr/libwinpr/libwinpr2.a;../../3rdparty/curl/build/libcurl.a" Required="yes">
+ <Library Value="ssl"/>
+ <Library Value="crypto"/>
+ <Library Value="dl"/>
+ <Library Value="rt"/>
+ <Library Value="png"/>
+ <Library Value="z"/>
+ </Linker>
+ <ResourceCompiler Options="" Required="no"/>
+ <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Release" Command="./$(ProjectName)" 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="no">
+ <DebuggerSearchPaths/>
+ <PostConnectCommands/>
+ <StartupCommands/>
+ </Debugger>
+ <PreBuild/>
+ <PostBuild/>
+ <CustomBuild Enabled="no">
+ <RebuildCommand/>
+ <CleanCommand/>
+ <BuildCommand/>
+ <PreprocessFileCommand/>
+ <SingleFileCommand/>
+ <MakefileGenerationCommand/>
+ <ThirdPartyToolName>None</ThirdPartyToolName>
+ <WorkingDirectory/>
+ </CustomBuild>
+ <AdditionalRules>
+ <CustomPostBuild/>
+ <CustomPreBuild/>
+ </AdditionalRules>
+ <Completion EnableCpp11="no" EnableCpp14="no">
+ <ClangCmpFlagsC/>
+ <ClangCmpFlags/>
+ <ClangPP/>
+ <SearchPaths/>
+ </Completion>
+ </Configuration>
+ </Settings>
+</CodeLite_Project>