UDP_test.cbp 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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="UDP_test" />
  6. <Option pch_mode="2" />
  7. <Option compiler="gcc" />
  8. <Build>
  9. <Target title="Debug">
  10. <Option output="bin/Debug/UDP_test" prefix_auto="1" extension_auto="1" />
  11. <Option object_output="obj/Debug/" />
  12. <Option type="1" />
  13. <Option compiler="gcc" />
  14. <Option parameters="text.txt 192.168.100.3" />
  15. <Option projectCompilerOptionsRelation="2" />
  16. <Compiler>
  17. <Add option="-std=gnu++17" />
  18. <Add option="-g" />
  19. </Compiler>
  20. <Linker>
  21. <Add option="-lws2_32" />
  22. </Linker>
  23. </Target>
  24. </Build>
  25. <Compiler>
  26. <Add option="-Wall" />
  27. <Add option="-fexceptions" />
  28. </Compiler>
  29. <Unit filename="main.cpp" />
  30. <Unit filename="simplelogger.cpp" />
  31. <Unit filename="simplelogger.hpp" />
  32. <Unit filename="src/ActiveSocket.cpp" />
  33. <Unit filename="src/ActiveSocket.h" />
  34. <Unit filename="src/Host.h" />
  35. <Unit filename="src/PassiveSocket.cpp" />
  36. <Unit filename="src/PassiveSocket.h" />
  37. <Unit filename="src/SimpleSocket.cpp" />
  38. <Unit filename="src/SimpleSocket.h" />
  39. <Unit filename="src/StatTimer.h" />
  40. <Extensions>
  41. <lib_finder disable_auto="1" />
  42. </Extensions>
  43. </Project>
  44. </CodeBlocks_project_file>