mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
101 lines
2.8 KiB
XML
101 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="test2" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Debug">
|
|
<Option output="bin/Debug/test2" 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_read.dll.a" />
|
|
<Add directory="bin/Debug" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Release">
|
|
<Option output="bin/Release/test2" 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_read.dll.a" />
|
|
<Add directory="bin/Release" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Debug64">
|
|
<Option output="bin/Debug64/test2" 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_read.dll.a" />
|
|
<Add directory="bin/Debug64" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Release64">
|
|
<Option output="bin/Release64/test2" 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_read.dll.a" />
|
|
<Add directory="bin/Release64" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Debug32">
|
|
<Option output="bin/Debug32/test2" 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_read.dll.a" />
|
|
<Add directory="bin/Debug32" />
|
|
</Linker>
|
|
</Target>
|
|
<Target title="Release32">
|
|
<Option output="bin/Release32/test2" 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_read.dll.a" />
|
|
<Add directory="bin/Release32" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add directory="../include" />
|
|
</Compiler>
|
|
<Unit filename="../examples/test2.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Extensions />
|
|
</Project>
|
|
</CodeBlocks_project_file>
|