jack2 codebase
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
3.0KB

  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="jack_test" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Win32 Release">
  10. <Option output="Release\bin\jack_test" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="Release\" />
  12. <Option type="1" />
  13. <Option compiler="gcc" />
  14. <Compiler>
  15. <Add option="-O2" />
  16. <Add option="-Wall" />
  17. <Add directory="..\example-clients" />
  18. <Add directory="..\windows" />
  19. <Add directory="..\common\jack" />
  20. <Add directory="..\common" />
  21. </Compiler>
  22. <Linker>
  23. <Add directory="Release\bin" />
  24. </Linker>
  25. </Target>
  26. <Target title="Win32 Debug">
  27. <Option output="Debug\bin\jack_test" prefix_auto="1" extension_auto="1" />
  28. <Option object_output="Debug\" />
  29. <Option type="1" />
  30. <Option compiler="gcc" />
  31. <Compiler>
  32. <Add option="-Wall" />
  33. <Add option="-g" />
  34. <Add directory="..\example-clients" />
  35. <Add directory="..\windows" />
  36. <Add directory="..\common\jack" />
  37. <Add directory="..\common" />
  38. </Compiler>
  39. <Linker>
  40. <Add directory="Debug\bin" />
  41. </Linker>
  42. </Target>
  43. <Target title="Win32 Monitor">
  44. <Option output="Release\bin\jack_test" prefix_auto="1" extension_auto="1" />
  45. <Option object_output="Release\" />
  46. <Option type="1" />
  47. <Option compiler="gcc" />
  48. <Compiler>
  49. <Add option="-O2" />
  50. <Add option="-Wall" />
  51. <Add option="-DJACK_MONITOR" />
  52. <Add directory="..\example-clients" />
  53. <Add directory="..\windows" />
  54. <Add directory="..\common\jack" />
  55. <Add directory="..\common" />
  56. </Compiler>
  57. <Linker>
  58. <Add directory="Release\bin" />
  59. </Linker>
  60. </Target>
  61. </Build>
  62. <Compiler>
  63. <Add option="-Wall" />
  64. </Compiler>
  65. <Linker>
  66. <Add library="kernel32" />
  67. <Add library="user32" />
  68. <Add library="gdi32" />
  69. <Add library="winspool" />
  70. <Add library="comdlg32" />
  71. <Add library="advapi32" />
  72. <Add library="shell32" />
  73. <Add library="ole32" />
  74. <Add library="oleaut32" />
  75. <Add library="uuid" />
  76. <Add library="odbc32" />
  77. <Add library="odbccp32" />
  78. <Add library="libjack" />
  79. </Linker>
  80. <Unit filename="..\tests\test.cpp">
  81. <Option compilerVar="CC" />
  82. </Unit>
  83. <Extensions>
  84. <code_completion />
  85. <envvars />
  86. <debugger />
  87. <lib_finder disable_auto="1" />
  88. <AutoVersioning>
  89. <Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" />
  90. <Settings autoincrement="1" date_declarations="1" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="" header_path="version.h" />
  91. <Changes_Log show_changes_editor="0" app_title="released version %M.%m.%b of %p" changeslog_path="ChangesLog.txt" />
  92. </AutoVersioning>
  93. </Extensions>
  94. </Project>
  95. </CodeBlocks_project_file>