motp.project 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <CodeLite_Project Name="motp" Version="11000" InternalType="Console">
  3. <VirtualDirectory Name="3rdparty"/>
  4. <VirtualDirectory Name="root">
  5. <File Name=".editorconfig"/>
  6. <File Name="readme.md"/>
  7. <File Name="LICENSE"/>
  8. </VirtualDirectory>
  9. <VirtualDirectory Name="workflows">
  10. <File Name=".github/workflows/build-ubuntu-latest.yml"/>
  11. <File Name=".github/workflows/build-macos-latest.yml"/>
  12. </VirtualDirectory>
  13. <Description/>
  14. <Dependencies/>
  15. <VirtualDirectory Name="src">
  16. <File Name="3rdparty/liblcb/include/crypto/hash/md5.h"/>
  17. <File Name="src/motp.c"/>
  18. </VirtualDirectory>
  19. <Settings Type="Executable">
  20. <GlobalSettings>
  21. <Compiler Options="" C_Options="" Assembler="">
  22. <IncludePath Value="."/>
  23. </Compiler>
  24. <Linker Options="">
  25. <LibraryPath Value="."/>
  26. </Linker>
  27. <ResourceCompiler Options=""/>
  28. </GlobalSettings>
  29. <Configuration Name="Debug" CompilerType="clang" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  30. <Compiler Options="-gdwarf-2;-fstandalone-debug;-O0;-Wall" C_Options="-gdwarf-2;-fstandalone-debug;-O0;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="1">
  31. <IncludePath Value="."/>
  32. </Compiler>
  33. <Linker Options="" Required="yes"/>
  34. <ResourceCompiler Options="" Required="no"/>
  35. <General OutputFile="$(ProjectName)" IntermediateDirectory="" Command="$(WorkspacePath)/build-$(WorkspaceConfiguration)/bin/$(OutputFile)" CommandArguments="-s '22222' -p '1111' -T 'MSK'" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(WorkspacePath)/build-$(WorkspaceConfiguration)/lib" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  36. <BuildSystem Name="CodeLite Makefile Generator"/>
  37. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  38. <![CDATA[]]>
  39. </Environment>
  40. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
  41. <DebuggerSearchPaths/>
  42. <PostConnectCommands/>
  43. <StartupCommands/>
  44. </Debugger>
  45. <PreBuild/>
  46. <PostBuild/>
  47. <CustomBuild Enabled="no">
  48. <RebuildCommand/>
  49. <CleanCommand/>
  50. <BuildCommand/>
  51. <PreprocessFileCommand/>
  52. <SingleFileCommand/>
  53. <MakefileGenerationCommand/>
  54. <ThirdPartyToolName>None</ThirdPartyToolName>
  55. <WorkingDirectory/>
  56. </CustomBuild>
  57. <AdditionalRules>
  58. <CustomPostBuild/>
  59. <CustomPreBuild/>
  60. </AdditionalRules>
  61. <Completion EnableCpp11="no" EnableCpp14="no">
  62. <ClangCmpFlagsC/>
  63. <ClangCmpFlags/>
  64. <ClangPP/>
  65. <SearchPaths/>
  66. </Completion>
  67. </Configuration>
  68. <Configuration Name="Release" CompilerType="clang" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
  69. <Compiler Options="-O2;-Wall" C_Options="-O2;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="1">
  70. <IncludePath Value="."/>
  71. <Preprocessor Value="NDEBUG"/>
  72. </Compiler>
  73. <Linker Options="" Required="yes"/>
  74. <ResourceCompiler Options="" Required="no"/>
  75. <General OutputFile="$(ProjectName)" IntermediateDirectory="" Command="$(WorkspacePath)/build-$(WorkspaceConfiguration)/bin/$(OutputFile)" CommandArguments="" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(WorkspacePath)/build-$(WorkspaceConfiguration)/lib" PauseExecWhenProcTerminates="yes" IsGUIProgram="no" IsEnabled="yes"/>
  76. <BuildSystem Name="CodeLite Makefile Generator"/>
  77. <Environment EnvVarSetName="&lt;Use Defaults&gt;" DbgSetName="&lt;Use Defaults&gt;">
  78. <![CDATA[]]>
  79. </Environment>
  80. <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath="" IsExtended="no">
  81. <DebuggerSearchPaths/>
  82. <PostConnectCommands/>
  83. <StartupCommands/>
  84. </Debugger>
  85. <PreBuild/>
  86. <PostBuild/>
  87. <CustomBuild Enabled="no">
  88. <RebuildCommand/>
  89. <CleanCommand/>
  90. <BuildCommand/>
  91. <PreprocessFileCommand/>
  92. <SingleFileCommand/>
  93. <MakefileGenerationCommand/>
  94. <ThirdPartyToolName>None</ThirdPartyToolName>
  95. <WorkingDirectory/>
  96. </CustomBuild>
  97. <AdditionalRules>
  98. <CustomPostBuild/>
  99. <CustomPreBuild/>
  100. </AdditionalRules>
  101. <Completion EnableCpp11="no" EnableCpp14="no">
  102. <ClangCmpFlagsC/>
  103. <ClangCmpFlags/>
  104. <ClangPP/>
  105. <SearchPaths/>
  106. </Completion>
  107. </Configuration>
  108. </Settings>
  109. </CodeLite_Project>