ERM.cbp 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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="ERM" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="../ERM" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="obj/Debug/" />
  12. <Option type="3" />
  13. <Option compiler="gcc" />
  14. <Compiler>
  15. <Add option="-O" />
  16. <Add option="-ggdb" />
  17. </Compiler>
  18. </Target>
  19. <Target title="Release">
  20. <Option output="../ERM" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
  21. <Option object_output="obj/Release/" />
  22. <Option type="3" />
  23. <Option compiler="gcc" />
  24. <Compiler>
  25. <Add option="-fomit-frame-pointer" />
  26. <Add option="-O2" />
  27. </Compiler>
  28. <Linker>
  29. <Add option="-s" />
  30. </Linker>
  31. </Target>
  32. </Build>
  33. <Compiler>
  34. <Add option="-Wextra" />
  35. <Add option="-Wall" />
  36. <Add option="-fexceptions" />
  37. <Add option="-Wpointer-arith" />
  38. <Add option="-Wno-switch" />
  39. <Add option="-Wno-sign-compare" />
  40. <Add option="-Wno-unused-parameter" />
  41. <Add option="-Wno-overloaded-virtual" />
  42. <Add directory="$(#boost.include)" />
  43. </Compiler>
  44. <Linker>
  45. <Add option="-lboost_program_options$(#boost.libsuffix)" />
  46. <Add option="-lboost_filesystem$(#boost.libsuffix)" />
  47. <Add option="-lboost_system$(#boost.libsuffix)" />
  48. <Add option="-lboost_thread$(#boost.libsuffix)" />
  49. <Add option="-lboost_chrono$(#boost.libsuffix)" />
  50. <Add option="-lVCMI_lib" />
  51. <Add directory="$(#boost.lib)" />
  52. <Add directory="../.." />
  53. </Linker>
  54. <Unit filename="ERMInterpreter.cpp" />
  55. <Unit filename="ERMInterpreter.h" />
  56. <Unit filename="ERMParser.cpp" />
  57. <Unit filename="ERMParser.h" />
  58. <Unit filename="ERMScriptModule.cpp" />
  59. <Unit filename="ERMScriptModule.h" />
  60. <Unit filename="StdInc.h">
  61. <Option compile="1" />
  62. <Option weight="0" />
  63. </Unit>
  64. <Extensions>
  65. <code_completion />
  66. <envvars />
  67. <debugger />
  68. <lib_finder disable_auto="1" />
  69. <DoxyBlocks>
  70. <comment_style block="0" line="0" />
  71. <doxyfile_project />
  72. <doxyfile_build />
  73. <doxyfile_warnings />
  74. <doxyfile_output />
  75. <doxyfile_dot />
  76. <general />
  77. </DoxyBlocks>
  78. </Extensions>
  79. </Project>
  80. </CodeBlocks_project_file>