Advertisement
Guest User

Untitled

a guest
Aug 15th, 2018
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 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="TestChildWindow" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="bin/Debug/TestChildWindow" 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 library="libtgui-d" />
  19. <Add library="sfml-graphics-d" />
  20. <Add library="sfml-window-d" />
  21. <Add library="sfml-system-d" />
  22. </Linker>
  23. </Target>
  24. <Target title="Release">
  25. <Option output="bin/Release/TestChildWindow" prefix_auto="1" extension_auto="1" />
  26. <Option object_output="obj/Release/" />
  27. <Option type="0" />
  28. <Option compiler="gcc" />
  29. <Compiler>
  30. <Add option="-O2" />
  31. </Compiler>
  32. <Linker>
  33. <Add option="-s" />
  34. <Add library="libtgui" />
  35. <Add library="sfml-graphics" />
  36. <Add library="sfml-window" />
  37. <Add library="sfml-system" />
  38. </Linker>
  39. </Target>
  40. </Build>
  41. <Compiler>
  42. <Add option="-Wextra" />
  43. <Add option="-Wall" />
  44. <Add option="-std=c++14" />
  45. <Add directory="C:/SFML-2.4.2/include" />
  46. <Add directory="C:/TGUI/include" />
  47. </Compiler>
  48. <Linker>
  49. <Add library="mingw32" />
  50. <Add library="user32" />
  51. <Add library="gdi32" />
  52. <Add library="winmm" />
  53. <Add library="dxguid" />
  54. <Add directory="C:/SFML-2.4.2/lib" />
  55. <Add directory="C:/TGUI/lib" />
  56. </Linker>
  57. <Unit filename="main.cpp" />
  58. <Extensions>
  59. <code_completion />
  60. <envvars />
  61. <debugger />
  62. </Extensions>
  63. </Project>
  64. </CodeBlocks_project_file>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement