Advertisement
Guest User

Untitled

a guest
Nov 27th, 2013
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  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="Warefare" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="bin/Debug/Warefare" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="obj/Debug/" />
  12. <Option type="1" />
  13. <Option compiler="gcc" />
  14. <Compiler>
  15. <Add directory="C:/pdcurs33/" />
  16. <Add directory="C:/pdcurs33/win32/" />
  17. </Compiler>
  18. <ResourceCompiler>
  19. <Add directory="C:/pdcurs33/win32/" />
  20. <Add directory="C:/pdcurs33/" />
  21. </ResourceCompiler>
  22. <Linker>
  23. <Add library="C:\pdcurs33\win32\pdcurses.a" />
  24. <Add directory="C:/pdcurs33/win32" />
  25. <Add directory="C:/pdcurs33/" />
  26. </Linker>
  27. </Target>
  28. <Target title="Release">
  29. <Option output="bin/Release/Warefare" prefix_auto="1" extension_auto="1" />
  30. <Option object_output="obj/Release/" />
  31. <Option type="1" />
  32. <Option compiler="gcc" />
  33. <Compiler>
  34. <Add option="-O2" />
  35. </Compiler>
  36. <Linker>
  37. <Add option="-s" />
  38. </Linker>
  39. </Target>
  40. </Build>
  41. <Compiler>
  42. <Add option="-fexceptions" />
  43. </Compiler>
  44. <Unit filename="background.h" />
  45. <Unit filename="backgroundtrees.h" />
  46. <Unit filename="exit.h" />
  47. <Unit filename="getinput.h" />
  48. <Unit filename="grid.h" />
  49. <Unit filename="main.cpp" />
  50. <Unit filename="menu.h" />
  51. <Unit filename="menuitems.h" />
  52. <Extensions>
  53. <DoxyBlocks>
  54. <comment_style block="0" line="0" />
  55. <doxyfile_project />
  56. <doxyfile_build />
  57. <doxyfile_warnings />
  58. <doxyfile_output />
  59. <doxyfile_dot />
  60. <general />
  61. </DoxyBlocks>
  62. <code_completion />
  63. <envvars />
  64. <debugger />
  65. <lib_finder disable_auto="1" />
  66. <AutoVersioning>
  67. <Scheme minor_max="10" build_max="0" rev_max="0" rev_rand_max="10" build_times_to_increment_minor="100" />
  68. <Settings autoincrement="1" date_declarations="1" use_define="0" update_manifest="0" do_auto_increment="0" ask_to_increment="0" language="C++" svn="0" svn_directory="" header_path="version.h" />
  69. <Changes_Log show_changes_editor="0" app_title="released version %M.%m.%b of %p" changeslog_path="ChangesLog.txt" />
  70. <Code header_guard="VERSION_H" namespace="AutoVersion" prefix="" />
  71. </AutoVersioning>
  72. </Extensions>
  73. </Project>
  74. </CodeBlocks_project_file>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement