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.

170 lines
5.7KB

  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_netmanager" />
  6. <Option pch_mode="2" />
  7. <Option compiler="mingw_64" />
  8. <Build>
  9. <Target title="Win32 Release 64bits">
  10. <Option output="Release64\bin\jack\netmanager" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="Release64\" />
  12. <Option type="3" />
  13. <Option compiler="mingw_64" />
  14. <Compiler>
  15. <Add option="-O2" />
  16. <Add option="-Wall" />
  17. <Add option="-DSERVER_SIDE" />
  18. <Add directory="..\windows" />
  19. <Add directory="..\common\jack" />
  20. <Add directory="..\common" />
  21. </Compiler>
  22. <Linker>
  23. <Add directory="Release64\bin" />
  24. <Add library="libjackserver64" />
  25. </Linker>
  26. </Target>
  27. <Target title="Win32 Debug 64bits">
  28. <Option output="Debug64\bin\jack\netmanager" prefix_auto="1" extension_auto="1" />
  29. <Option object_output="Debug64\" />
  30. <Option type="3" />
  31. <Option compiler="mingw_64" />
  32. <Compiler>
  33. <Add option="-Wall" />
  34. <Add option="-g" />
  35. <Add option="-DSERVER_SIDE" />
  36. <Add directory="..\windows" />
  37. <Add directory="..\common\jack" />
  38. <Add directory="..\common" />
  39. </Compiler>
  40. <Linker>
  41. <Add directory="Debug64\bin" />
  42. <Add library="libjackserver64" />
  43. </Linker>
  44. </Target>
  45. <Target title="Win32 Profiling 64bits">
  46. <Option output="Release64\bin\jack\netmanager" prefix_auto="1" extension_auto="1" />
  47. <Option object_output="Release64\" />
  48. <Option type="3" />
  49. <Option compiler="mingw_64" />
  50. <Compiler>
  51. <Add option="-O2" />
  52. <Add option="-Wall" />
  53. <Add option="-DJACK_MONITOR" />
  54. <Add option="-DSERVER_SIDE" />
  55. <Add directory="..\windows" />
  56. <Add directory="..\common\jack" />
  57. <Add directory="..\common" />
  58. </Compiler>
  59. <Linker>
  60. <Add directory="Release64\bin" />
  61. <Add library="libjackserver64" />
  62. </Linker>
  63. </Target>
  64. <Target title="Win32 Release 32bits">
  65. <Option output="Release\bin\jack\netmanager" prefix_auto="1" extension_auto="1" />
  66. <Option object_output="Release\" />
  67. <Option type="3" />
  68. <Option compiler="mingw_64" />
  69. <Compiler>
  70. <Add option="-O2" />
  71. <Add option="-Wall" />
  72. <Add option="-m32" />
  73. <Add option="-DSERVER_SIDE" />
  74. <Add directory="..\windows" />
  75. <Add directory="..\common\jack" />
  76. <Add directory="..\common" />
  77. </Compiler>
  78. <Linker>
  79. <Add directory="Release\bin" />
  80. <Add option="-m32" />
  81. <Add library="libjackserver" />
  82. </Linker>
  83. <ExtraCommands>
  84. <Add before="windres -F pe-i386 -O coff -o Release/jacknetmanager.res jacknetmanager.rc" />
  85. </ExtraCommands>
  86. </Target>
  87. <Target title="Win32 Debug 32bits">
  88. <Option output="Debug\bin\jack\netmanager" prefix_auto="1" extension_auto="1" />
  89. <Option object_output="Debug\" />
  90. <Option type="3" />
  91. <Option compiler="mingw_64" />
  92. <Compiler>
  93. <Add option="-Wall" />
  94. <Add option="-g" />
  95. <Add option="-m32" />
  96. <Add option="-DSERVER_SIDE" />
  97. <Add directory="..\windows" />
  98. <Add directory="..\common\jack" />
  99. <Add directory="..\common" />
  100. </Compiler>
  101. <Linker>
  102. <Add directory="Debug\bin" />
  103. <Add option="-m32" />
  104. <Add library="libjackserver" />
  105. </Linker>
  106. <ExtraCommands>
  107. <Add before="windres -F pe-i386 -O coff -o Debug/jacknetmanager.res jacknetmanager.rc" />
  108. </ExtraCommands>
  109. </Target>
  110. <Target title="Win32 Profiling 32bits">
  111. <Option output="Release\bin\jack\netmanager" prefix_auto="1" extension_auto="1" />
  112. <Option object_output="Release\" />
  113. <Option type="3" />
  114. <Option compiler="mingw_64" />
  115. <Compiler>
  116. <Add option="-O2" />
  117. <Add option="-Wall" />
  118. <Add option="-m32" />
  119. <Add option="-DJACK_MONITOR" />
  120. <Add option="-DSERVER_SIDE" />
  121. <Add directory="..\windows" />
  122. <Add directory="..\common\jack" />
  123. <Add directory="..\common" />
  124. </Compiler>
  125. <Linker>
  126. <Add directory="Release\bin" />
  127. <Add option="-m32" />
  128. <Add library="libjackserver" />
  129. </Linker>
  130. <ExtraCommands>
  131. <Add before="windres -F pe-i386 -O coff -o Release/jacknetmanager.res jacknetmanager.rc" />
  132. </ExtraCommands>
  133. </Target>
  134. </Build>
  135. <Compiler>
  136. <Add option="-Wall" />
  137. </Compiler>
  138. <Linker>
  139. <Add option="-enable-auto-import" />
  140. <Add library="kernel32" />
  141. <Add library="user32" />
  142. <Add library="gdi32" />
  143. <Add library="winspool" />
  144. <Add library="comdlg32" />
  145. <Add library="advapi32" />
  146. <Add library="shell32" />
  147. <Add library="ole32" />
  148. <Add library="oleaut32" />
  149. <Add library="uuid" />
  150. <Add library="odbc32" />
  151. <Add library="odbccp32" />
  152. <Add library="ws2_32" />
  153. </Linker>
  154. <Unit filename="..\common\JackNetManager.cpp" />
  155. <Unit filename="jacknetmanager.rc">
  156. <Option compilerVar="WINDRES" />
  157. </Unit>
  158. <Extensions>
  159. <code_completion />
  160. <envvars />
  161. <debugger />
  162. <AutoVersioning>
  163. <Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" />
  164. <Settings autoincrement="1" date_declarations="1" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="" header_path="version.h" />
  165. <Changes_Log show_changes_editor="0" app_title="released version %M.%m.%b of %p" changeslog_path="ChangesLog.txt" />
  166. </AutoVersioning>
  167. </Extensions>
  168. </Project>
  169. </CodeBlocks_project_file>