searchd.cbp 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
  2. <CodeBlocks_project_file>
  3. <FileVersion major="1" minor="6" />
  4. <Project>
  5. <Option title="searchd" />
  6. <Option execution_dir="/media/bigstore/work/sphinx/src/" />
  7. <Option pch_mode="2" />
  8. <Option compiler="gcc" />
  9. <MakeCommands>
  10. <Build command="$make -f $makefile" />
  11. <CompileFile command="$make -f $makefile $file" />
  12. <Clean command="$make -f $makefile clean$target" />
  13. <DistClean command="$make -f $makefile distclean$target" />
  14. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  15. <SilentBuild command="$make -f $makefile &gt; $(CMD_NULL)" />
  16. </MakeCommands>
  17. <Build>
  18. <Target title="Debug">
  19. <Option output="../src/searchd" prefix_auto="0" extension_auto="0" />
  20. <Option working_dir="../test" />
  21. <Option object_output="./junk/Debug" />
  22. <Option type="1" />
  23. <Option compiler="gcc" />
  24. <Option parameters="-c test_200/Conf/config_0.conf --nodetach" />
  25. <Option projectLinkerOptionsRelation="2" />
  26. <Compiler>
  27. <Add option="-Wall" />
  28. <Add option="-g" />
  29. <Add option="-O0" />
  30. </Compiler>
  31. <Linker>
  32. <Add library="bin/Debug/libsphinx.a" />
  33. </Linker>
  34. <MakeCommands>
  35. <Build command="$make -f $makefile" />
  36. <CompileFile command="$make -f $makefile $file" />
  37. <Clean command="$make -f $makefile clean$target" />
  38. <DistClean command="$make -f $makefile distclean$target" />
  39. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  40. <SilentBuild command="$make -f $makefile &gt; $(CMD_NULL)" />
  41. </MakeCommands>
  42. </Target>
  43. <Target title="Release">
  44. <Option output="./bin/Release/searchd" prefix_auto="1" extension_auto="1" />
  45. <Option object_output="./junk/Release" />
  46. <Option type="1" />
  47. <Option compiler="gcc" />
  48. <Option projectLinkerOptionsRelation="2" />
  49. <Compiler>
  50. <Add option="-O3" />
  51. <Add option="-Wall" />
  52. <Add option="-DNDEBUG" />
  53. </Compiler>
  54. <Linker>
  55. <Add option="-s" />
  56. <Add library="bin/Release/libsphinx.a" />
  57. </Linker>
  58. <MakeCommands>
  59. <Build command="$make -f $makefile" />
  60. <CompileFile command="$make -f $makefile $file" />
  61. <Clean command="$make -f $makefile clean$target" />
  62. <DistClean command="$make -f $makefile distclean$target" />
  63. <AskRebuildNeeded command="$make -q -f $makefile $target" />
  64. <SilentBuild command="$make -f $makefile &gt; $(CMD_NULL)" />
  65. </MakeCommands>
  66. </Target>
  67. </Build>
  68. <Compiler>
  69. <Add option="-D_FILE_OFFSET_BITS=64" />
  70. <Add option="-DHAVE_CONFIG_H" />
  71. <Add directory="../config/" />
  72. </Compiler>
  73. <Linker>
  74. <Add library="expat" />
  75. <Add library="dl" />
  76. <Add library="m" />
  77. <Add library="z" />
  78. <Add library="rt" />
  79. <Add library="pthread" />
  80. </Linker>
  81. <Unit filename="../src/searchd.cpp" />
  82. <Extensions>
  83. <AutoVersioning>
  84. <Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" />
  85. <Settings autoincrement="1" date_declarations="1" use_define="0" update_manifest="1" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="" header_path="version.h" />
  86. <Changes_Log show_changes_editor="0" app_title="released version %M.%m.%b of %p" changeslog_path="ChangesLog.txt" />
  87. <Code header_guard="VERSION_H" namespace="AutoVersion" prefix="" />
  88. </AutoVersioning>
  89. <envvars />
  90. <code_completion />
  91. <debugger>
  92. <search_path add="/media/bigstore/work/sphinx/src/" />
  93. <remote_debugging>
  94. <options conn_type="1" serial_baud="115200" additional_cmds_before="set follow-fork-mode child" />
  95. </remote_debugging>
  96. </debugger>
  97. </Extensions>
  98. </Project>
  99. </CodeBlocks_project_file>