VCMI_client.cbp 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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="VCMI_client" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="bin/Debug/VCMI_client" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="obj/Debug/" />
  12. <Option type="1" />
  13. <Option compiler="gcc" />
  14. <Compiler>
  15. <Add option="-g" />
  16. </Compiler>
  17. <Linker>
  18. <Add directory="bin/Debug" />
  19. </Linker>
  20. </Target>
  21. <Target title="Release">
  22. <Option output="bin/Release/VCMI_client" prefix_auto="1" extension_auto="1" />
  23. <Option object_output="obj/Release/" />
  24. <Option type="1" />
  25. <Option compiler="gcc" />
  26. <Compiler>
  27. <Add option="-fomit-frame-pointer" />
  28. <Add option="-O2" />
  29. </Compiler>
  30. <Linker>
  31. <Add option="-s" />
  32. <Add directory="bin/Release" />
  33. </Linker>
  34. </Target>
  35. </Build>
  36. <Compiler>
  37. <Add option="-Wextra" />
  38. <Add option="-Wall" />
  39. <Add option="-fexceptions" />
  40. <Add option="-Wpointer-arith" />
  41. <Add option="-Wno-switch" />
  42. <Add option="-Wno-sign-compare" />
  43. <Add option="-Wno-unused-parameter" />
  44. <Add option="-Wno-overloaded-virtual" />
  45. <Add option="-fpermissive" />
  46. <Add option="-DBOOST_THREAD_USE_LIB" />
  47. <Add option="-D_WIN32_WINNT=0x0501" />
  48. <Add directory="$(#boost.include)" />
  49. <Add directory="$(#sdl.include)" />
  50. <Add directory="." />
  51. <Add directory="client" />
  52. <Add directory="include" />
  53. </Compiler>
  54. <Linker>
  55. <Add option="-lole32" />
  56. <Add option="-loleaut32" />
  57. <Add option="-lws2_32" />
  58. <Add option="-lboost_program_options$(#boost.libsuffix)" />
  59. <Add option="-lboost_filesystem$(#boost.libsuffix)" />
  60. <Add option="-lboost_system$(#boost.libsuffix)" />
  61. <Add option="-lboost_thread$(#boost.libsuffix)" />
  62. <Add option="-lboost_chrono$(#boost.libsuffix)" />
  63. <Add option="-lSDL" />
  64. <Add option="-lSDL_image" />
  65. <Add option="-lSDL_mixer" />
  66. <Add option="-lSDL_ttf" />
  67. <Add option="-lVCMI_lib" />
  68. <Add directory="$(#boost.lib)" />
  69. <Add directory="$(#sdl.lib)" />
  70. </Linker>
  71. <Unit filename="CCallback.cpp" />
  72. <Unit filename="CCallback.h" />
  73. <Unit filename="client/AdventureMapClasses.cpp" />
  74. <Unit filename="client/AdventureMapClasses.h" />
  75. <Unit filename="client/BattleInterface/CBattleAnimations.cpp" />
  76. <Unit filename="client/BattleInterface/CBattleAnimations.h" />
  77. <Unit filename="client/BattleInterface/CBattleInterface.cpp" />
  78. <Unit filename="client/BattleInterface/CBattleInterface.h" />
  79. <Unit filename="client/BattleInterface/CBattleInterfaceClasses.cpp" />
  80. <Unit filename="client/BattleInterface/CBattleInterfaceClasses.h" />
  81. <Unit filename="client/BattleInterface/CCreatureAnimation.cpp" />
  82. <Unit filename="client/BattleInterface/CCreatureAnimation.h" />
  83. <Unit filename="client/CAdvmapInterface.cpp" />
  84. <Unit filename="client/CAdvmapInterface.h" />
  85. <Unit filename="client/CAnimation.cpp" />
  86. <Unit filename="client/CAnimation.h" />
  87. <Unit filename="client/CBitmapHandler.cpp" />
  88. <Unit filename="client/CBitmapHandler.h" />
  89. <Unit filename="client/CCastleInterface.cpp" />
  90. <Unit filename="client/CCastleInterface.h" />
  91. <Unit filename="client/CCreatureWindow.cpp" />
  92. <Unit filename="client/CCreatureWindow.h" />
  93. <Unit filename="client/CDefHandler.cpp" />
  94. <Unit filename="client/CDefHandler.h" />
  95. <Unit filename="client/CGameInfo.cpp" />
  96. <Unit filename="client/CGameInfo.h" />
  97. <Unit filename="client/CHeroWindow.cpp" />
  98. <Unit filename="client/CHeroWindow.h" />
  99. <Unit filename="client/CKingdomInterface.cpp" />
  100. <Unit filename="client/CKingdomInterface.h" />
  101. <Unit filename="client/CMT.cpp" />
  102. <Unit filename="client/CMessage.cpp" />
  103. <Unit filename="client/CMessage.h" />
  104. <Unit filename="client/CMusicHandler.cpp" />
  105. <Unit filename="client/CMusicHandler.h" />
  106. <Unit filename="client/CPlayerInterface.cpp" />
  107. <Unit filename="client/CPlayerInterface.h" />
  108. <Unit filename="client/CPreGame.cpp" />
  109. <Unit filename="client/CPreGame.h" />
  110. <Unit filename="client/CQuestLog.cpp" />
  111. <Unit filename="client/CQuestLog.h" />
  112. <Unit filename="client/CSoundBase.h" />
  113. <Unit filename="client/CSpellWindow.cpp" />
  114. <Unit filename="client/CSpellWindow.h" />
  115. <Unit filename="client/CVideoHandler.cpp" />
  116. <Unit filename="client/CVideoHandler.h" />
  117. <Unit filename="client/Client.cpp" />
  118. <Unit filename="client/Client.h" />
  119. <Unit filename="client/FontBase.h" />
  120. <Unit filename="client/FunctionList.h" />
  121. <Unit filename="client/GUIClasses.cpp" />
  122. <Unit filename="client/GUIClasses.h" />
  123. <Unit filename="client/Graphics.cpp" />
  124. <Unit filename="client/Graphics.h" />
  125. <Unit filename="client/NetPacksClient.cpp" />
  126. <Unit filename="client/StdInc.h">
  127. <Option compile="1" />
  128. <Option weight="0" />
  129. </Unit>
  130. <Unit filename="client/UIFramework/CCursorHandler.cpp" />
  131. <Unit filename="client/UIFramework/CCursorHandler.h" />
  132. <Unit filename="client/UIFramework/CGuiHandler.cpp" />
  133. <Unit filename="client/UIFramework/CGuiHandler.h" />
  134. <Unit filename="client/UIFramework/CIntObject.cpp" />
  135. <Unit filename="client/UIFramework/CIntObject.h" />
  136. <Unit filename="client/UIFramework/CIntObjectClasses.cpp" />
  137. <Unit filename="client/UIFramework/CIntObjectClasses.h" />
  138. <Unit filename="client/UIFramework/Geometries.cpp" />
  139. <Unit filename="client/UIFramework/Geometries.h" />
  140. <Unit filename="client/UIFramework/SDL_Extensions.cpp" />
  141. <Unit filename="client/UIFramework/SDL_Extensions.h" />
  142. <Unit filename="client/UIFramework/SDL_Pixels.h" />
  143. <Unit filename="client/VCMI_client.rc">
  144. <Option compilerVar="WINDRES" />
  145. </Unit>
  146. <Unit filename="client/mapHandler.cpp" />
  147. <Unit filename="client/mapHandler.h" />
  148. <Unit filename="client/resource.h" />
  149. <Extensions>
  150. <code_completion />
  151. <envvars />
  152. <debugger />
  153. <lib_finder disable_auto="1" />
  154. <DoxyBlocks>
  155. <comment_style block="0" line="0" />
  156. <doxyfile_project />
  157. <doxyfile_build />
  158. <doxyfile_warnings />
  159. <doxyfile_output />
  160. <doxyfile_dot />
  161. <general />
  162. </DoxyBlocks>
  163. </Extensions>
  164. </Project>
  165. </CodeBlocks_project_file>