1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="%%NAME%%" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="%%TARGET%%">
<Option platforms="%%TARGET_OS%%;" />
<Option output="%%NAME%%" prefix_auto="1" extension_auto="1" />
<Option working_dir="." />
<Option object_output="%%TARGET%%\%%NAME%%" />
<Option type="0" />
<Option compiler="gcc" />
<Option projectLibDirsRelation="1" />
<Compiler>
<Add option="%%CFLAGS%%"/>
</Compiler>
<Linker>
<Add option="%%LDFLAGS%%"/>
</Linker>
</Target>
</Build>
%%COMPILATION_UNITS%%
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>
|