mirror of
https://github.com/Relintai/sfw.git
synced 2024-11-08 07:52:09 +01:00
43 lines
1.1 KiB
XML
43 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="sdl_linux" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Debug">
|
|
<Option output="bin/Debug/sdl_linux" 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/sdl_linux" 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" />
|
|
<Add option="-fexceptions" />
|
|
<Add option="`pkg-config --cflags sdl2 glew`" />
|
|
<Add directory="libs/imgui/" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="`pkg-config --cflags --libs sdl2 glew`" />
|
|
</Linker>
|
|
<Extensions />
|
|
</Project>
|
|
</CodeBlocks_project_file>
|