mirror of
https://github.com/brechtsanders/xlsxio
synced 2025-03-28 21:13:24 +00:00
This commit is contained in:
parent
a726089fc9
commit
a3c63d4f82
102
build/example_xlsxio_read_cpp.cbp
Normal file
102
build/example_xlsxio_read_cpp.cbp
Normal file
@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="example_xlsxio_read_cpp" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/example_xlsxio_read_cpp" 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/example_xlsxio_read_cpp" 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/example_xlsxio_read_cpp" 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/example_xlsxio_read_cpp" 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/example_xlsxio_read_cpp" 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/example_xlsxio_read_cpp" 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/example_xlsxio_read_cpp.cpp" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<envvars />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
102
build/example_xlsxio_write_cpp.cbp
Normal file
102
build/example_xlsxio_write_cpp.cbp
Normal file
@ -0,0 +1,102 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="example_xlsxio_write_cpp" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/example_xlsxio_write_cpp" 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_cpp" 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_cpp" 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_cpp" 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_cpp" 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_cpp" 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_cpp.cpp" />
|
||||
<Extensions>
|
||||
<code_completion />
|
||||
<envvars />
|
||||
<debugger />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
Loading…
x
Reference in New Issue
Block a user