motp.project 4.7 KB

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