xlsxio/build/test1.cbp
Brecht Sanders b968a31b5e -
2024-03-28 20:01:06 +01:00

111 lines
3.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="test1" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="Debug">
<Option output="bin/Debug/test1" 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 library="bin/Debug/libxlsxio_read.dll.a" />
<Add directory="bin/Debug" />
</Linker>
</Target>
<Target title="Release">
<Option output="bin/Release/test1" 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 library="bin/Release/libxlsxio_read.dll.a" />
<Add directory="bin/Release" />
</Linker>
</Target>
<Target title="Debug64">
<Option output="bin/Debug64/test1" 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 library="bin/Debug64/libxlsxio_read.dll.a" />
<Add directory="bin/Debug64" />
</Linker>
</Target>
<Target title="Release64">
<Option output="bin/Release64/test1" 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 library="bin/Release64/libxlsxio_read.dll.a" />
<Add directory="bin/Release64" />
</Linker>
</Target>
<Target title="Debug32">
<Option output="bin/Debug32/test1" 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 library="bin/Debug32/libxlsxio_read.dll.a" />
<Add directory="bin/Debug32" />
</Linker>
</Target>
<Target title="Release32">
<Option output="bin/Release32/test1" 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 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/test1.c">
<Option compilerVar="CC" />
</Unit>
<Extensions>
<code_completion />
<envvars />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>