1234567891011121314151617181920212223242526272829303132333435363738 |
- <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <CodeBlocks_project_file>
- <FileVersion major="1" minor="6" />
- <Project>
- <Option title="Sync" />
- <Option pch_mode="2" />
- <Option compiler="gcc" />
- <Build>
- <Target title="Debug">
- <Option output="bin/Debug/Sync" prefix_auto="1" extension_auto="1" />
- <Option object_output="obj/Debug/" />
- <Option type="1" />
- <Option compiler="gcc" />
- <Option parameters="Sync_param_test_v2.xml -p 12 --debug" />
- <Compiler>
- <Add option="-g" />
- </Compiler>
- </Target>
- </Build>
- <Compiler>
- <Add option="-Wall" />
- <Add option="-fexceptions" />
- </Compiler>
- <Unit filename="due-pp-lib.h" />
- <Unit filename="main.cpp" />
- <Unit filename="pugiconfig.hpp" />
- <Unit filename="pugixml.cpp" />
- <Unit filename="pugixml.hpp" />
- <Unit filename="serial_lib_cpp.cpp">
- <Option target="<{~None~}>" />
- </Unit>
- <Unit filename="serialib.cpp" />
- <Unit filename="serialib.h" />
- <Unit filename="simplelogger.cpp" />
- <Unit filename="simplelogger.hpp" />
- <Extensions />
- </Project>
- </CodeBlocks_project_file>
|