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.

109 lines
3.5KB

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