xlsxio/build/example_xlsxio_write_getversion.cbp
Brecht Sanders 297d9c4b8e
2016-03-08 13:26:50 +01:00

105 lines
3.1 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="example_xlsxio_write_getversion" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/example_xlsxio_write_getversion" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
</Compiler>
<Linker>
<Add library="bin/Debug/libxlsxio_write.dll.a" />
<Add directory="bin/Debug" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/example_xlsxio_write_getversion" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc" />
<Compiler>
<Add option="-O3" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="bin/Release/libxlsxio_write.dll.a" />
<Add directory="bin/Release" />
</Linker>
</Target>
<Target title="Debug64">
<Option output="bin/Debug64/example_xlsxio_write_getversion" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug64/" />
<Option type="1" />
<Option compiler="MINGW64" />
<Compiler>
<Add option="-g" />
</Compiler>
<Linker>
<Add library="bin/Debug64/libxlsxio_write.dll.a" />
<Add directory="bin/Debug64" />
</Linker>
</Target>
<Target title="Release64">
<Option output="bin/Release64/example_xlsxio_write_getversion" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release64/" />
<Option type="1" />
<Option compiler="MINGW64" />
<Compiler>
<Add option="-O3" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="bin/Release64/libxlsxio_write.dll.a" />
<Add directory="bin/Release64" />
</Linker>
</Target>
<Target title="Debug32">
<Option output="bin/Debug32/example_xlsxio_write_getversion" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug32/" />
<Option type="1" />
<Option compiler="MINGW32" />
<Compiler>
<Add option="-g" />
</Compiler>
<Linker>
<Add library="bin/Debug32/libxlsxio_write.dll.a" />
<Add directory="bin/Debug32" />
</Linker>
</Target>
<Target title="Release32">
<Option output="bin/Release32/example_xlsxio_write_getversion" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release32/" />
<Option type="1" />
<Option compiler="MINGW32" />
<Compiler>
<Add option="-O3" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="bin/Release32/libxlsxio_write.dll.a" />
<Add directory="bin/Release32" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add directory="../include" />
</Compiler>
<Unit filename="../examples/example_xlsxio_write_getversion.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>