2019-12-20 10:15:24 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
|
|
<CodeBlocks_project_file>
|
|
|
|
<FileVersion major="1" minor="6" />
|
|
|
|
<Project>
|
|
|
|
<Option title="vm16test" />
|
|
|
|
<Option pch_mode="2" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Build>
|
|
|
|
<Target title="Debug">
|
|
|
|
<Option output="bin/Debug/vm16test" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Debug/" />
|
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-g" />
|
|
|
|
</Compiler>
|
|
|
|
</Target>
|
|
|
|
<Target title="Release">
|
|
|
|
<Option output="bin/Release/vm16test" prefix_auto="1" extension_auto="1" />
|
|
|
|
<Option object_output="obj/Release/" />
|
|
|
|
<Option type="1" />
|
|
|
|
<Option compiler="gcc" />
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-O2" />
|
|
|
|
</Compiler>
|
|
|
|
<Linker>
|
|
|
|
<Add option="-s" />
|
|
|
|
</Linker>
|
|
|
|
</Target>
|
|
|
|
</Build>
|
|
|
|
<Compiler>
|
|
|
|
<Add option="-Wall" />
|
|
|
|
</Compiler>
|
2020-11-22 08:04:58 -08:00
|
|
|
<Unit filename="../src/vm16.h" />
|
|
|
|
<Unit filename="../src/vm16core.c">
|
2019-12-20 10:15:24 -08:00
|
|
|
<Option compilerVar="CC" />
|
|
|
|
</Unit>
|
2020-11-30 10:38:39 -08:00
|
|
|
<Unit filename="../src/vm16h16.c">
|
|
|
|
<Option compilerVar="CC" />
|
|
|
|
</Unit>
|
2019-12-20 10:15:24 -08:00
|
|
|
<Unit filename="main.c">
|
|
|
|
<Option compilerVar="CC" />
|
|
|
|
</Unit>
|
|
|
|
<Extensions>
|
|
|
|
<lib_finder disable_auto="1" />
|
|
|
|
</Extensions>
|
|
|
|
</Project>
|
|
|
|
</CodeBlocks_project_file>
|