Advertisement
Guest User

Untitled

a guest
Aug 13th, 2018
184
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-s-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. <Add option="-std=c++14" />
  32. </Compiler>
  33. <Linker>
  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="-Wall" />
  43. <Add directory="C:/SFML-2.4.2_64/include" />
  44. <Add directory="C:/TGUI_64/include" />
  45. </Compiler>
  46. <Linker>
  47. <Add library="mingw32" />
  48. <Add library="user32" />
  49. <Add library="gdi32" />
  50. <Add library="winmm" />
  51. <Add library="dxguid" />
  52. <Add directory="C:/SFML-2.4.2_64/lib" />
  53. <Add directory="C:/TGUI_64/lib" />
  54. </Linker>
  55. <Unit filename="main.cpp" />
  56. <Extensions>
  57. <code_completion />
  58. <envvars />
  59. <debugger />
  60. <lib_finder disable_auto="1" />
  61. </Extensions>
  62. </Project>
  63. </CodeBlocks_project_file>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement