libxosd-xft/libxosd-xft.cbp

260 lines
8.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="libxosd-xft" />
<Option pch_mode="2" />
<Option compiler="gcc" />
<Build>
<Target title="libxosd-Debug">
<Option output="bin/Debug/xosd-xft" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-Og" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="libxosd-Release">
<Option output="bin/Release/xosd-xft" imp_lib="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).a" def_file="$(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_BASENAME).def" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="3" />
<Option compiler="gcc" />
<Option createDefFile="1" />
<Option createStaticLib="1" />
<Compiler>
<Add option="-flto" />
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-flto" />
<Add option="-s" />
</Linker>
</Target>
<Target title="osd-cat-Debug">
<Option output="bin/Debug/osd-cat" prefix_auto="1" extension_auto="1" />
<Option type="1" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Compiler>
<Add option="-Og" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="osd-cat-Release">
<Option output="bin/Release/osd-cat" prefix_auto="1" extension_auto="1" />
<Option type="1" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Compiler>
<Add option="-flto" />
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-flto" />
<Add option="-s" />
</Linker>
</Target>
<Target title="osd-demo-Debug">
<Option output="bin/Debug/osd-demo" prefix_auto="1" extension_auto="1" />
<Option type="1" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Compiler>
<Add option="-Og" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="osd-demo-Release">
<Option output="bin/Release/osd-demo" prefix_auto="1" extension_auto="1" />
<Option type="1" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Compiler>
<Add option="-flto" />
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-flto" />
<Add option="-s" />
</Linker>
</Target>
<Target title="osd-echo-Debug">
<Option output="bin/Debug/osd-echo" prefix_auto="1" extension_auto="1" />
<Option type="1" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Compiler>
<Add option="-Og" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="osd-echo-Release">
<Option output="bin/Release/osd-echo" prefix_auto="1" extension_auto="1" />
<Option type="1" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Compiler>
<Add option="-flto" />
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-flto" />
<Add option="-s" />
</Linker>
</Target>
<Target title="osd-example-Debug">
<Option output="bin/Debug/osd-example" prefix_auto="1" extension_auto="1" />
<Option type="1" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Compiler>
<Add option="-Og" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="osd-example-Release">
<Option output="bin/Release/osd-example" prefix_auto="1" extension_auto="1" />
<Option type="1" />
<Option compiler="gcc" />
<Option use_console_runner="0" />
<Compiler>
<Add option="-flto" />
<Add option="-O2" />
</Compiler>
<Linker>
<Add option="-flto" />
<Add option="-s" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
<Add option="-DHAVE_LIBXINERAMA=1" />
<Add option="-DHAVE_LIBXRANDR=1" />
<Add option='-DXOSD_XFT_VERSION=&quot;\\&quot;1.1.0\\&quot;&quot;' />
<Add directory="/usr/include/freetype2" />
<Add directory="/usr/include/libpng16" />
<Add directory="/usr/include/harfbuzz" />
<Add directory="/usr/lib/glib-2.0" />
<Add directory="/usr/lib/glib-2.0/include" />
<Add directory="/usr/include/sysprof-6" />
</Compiler>
<Linker>
<Add library="X11" />
<Add library="Xrandr" />
<Add library="Xinerama" />
<Add library="Xft" />
<Add library="pthread" />
<Add library="Xrender" />
</Linker>
<Unit filename="src/libxosd-xft/geometry.c">
<Option compilerVar="CC" />
<Option target="libxosd-Debug" />
<Option target="libxosd-Release" />
<Option target="osd-cat-Release" />
<Option target="osd-demo-Debug" />
<Option target="osd-demo-Release" />
<Option target="osd-echo-Debug" />
<Option target="osd-echo-Release" />
<Option target="osd-example-Debug" />
<Option target="osd-example-Release" />
</Unit>
<Unit filename="src/libxosd-xft/intern.h">
<Option target="libxosd-Debug" />
<Option target="libxosd-Release" />
<Option target="osd-cat-Release" />
<Option target="osd-demo-Debug" />
<Option target="osd-demo-Release" />
<Option target="osd-echo-Debug" />
<Option target="osd-echo-Release" />
<Option target="osd-example-Debug" />
<Option target="osd-example-Release" />
</Unit>
<Unit filename="src/libxosd-xft/monitors.c">
<Option compilerVar="CC" />
<Option target="libxosd-Debug" />
<Option target="libxosd-Release" />
<Option target="osd-cat-Release" />
<Option target="osd-demo-Debug" />
<Option target="osd-demo-Release" />
<Option target="osd-echo-Debug" />
<Option target="osd-echo-Release" />
<Option target="osd-example-Debug" />
<Option target="osd-example-Release" />
</Unit>
<Unit filename="src/libxosd-xft/xosd-xft.c">
<Option compilerVar="CC" />
<Option target="libxosd-Debug" />
<Option target="libxosd-Release" />
<Option target="osd-cat-Release" />
<Option target="osd-demo-Debug" />
<Option target="osd-demo-Release" />
<Option target="osd-echo-Debug" />
<Option target="osd-echo-Release" />
<Option target="osd-example-Debug" />
<Option target="osd-example-Release" />
</Unit>
<Unit filename="src/nerdfonts.c">
<Option compilerVar="CC" />
<Option target="libxosd-Debug" />
<Option target="libxosd-Release" />
<Option target="osd-cat-Release" />
<Option target="osd-demo-Debug" />
<Option target="osd-demo-Release" />
<Option target="osd-echo-Debug" />
<Option target="osd-echo-Release" />
<Option target="osd-example-Debug" />
<Option target="osd-example-Release" />
</Unit>
<Unit filename="src/osd-cat.c">
<Option compilerVar="CC" />
<Option target="osd-cat-Release" />
</Unit>
<Unit filename="src/osd-demo.c">
<Option compilerVar="CC" />
<Option target="osd-demo-Debug" />
<Option target="osd-demo-Release" />
</Unit>
<Unit filename="src/osd-echo.c">
<Option compilerVar="CC" />
<Option target="osd-echo-Debug" />
<Option target="osd-echo-Release" />
</Unit>
<Unit filename="src/osd-example.c">
<Option compilerVar="CC" />
<Option target="osd-example-Debug" />
<Option target="osd-example-Release" />
</Unit>
<Unit filename="src/utf8.c">
<Option compilerVar="CC" />
<Option target="libxosd-Debug" />
<Option target="libxosd-Release" />
<Option target="osd-cat-Release" />
<Option target="osd-demo-Debug" />
<Option target="osd-demo-Release" />
<Option target="osd-echo-Debug" />
<Option target="osd-echo-Release" />
<Option target="osd-example-Debug" />
<Option target="osd-example-Release" />
</Unit>
<Unit filename="src/xosd-xft.h">
<Option target="libxosd-Debug" />
<Option target="libxosd-Release" />
<Option target="osd-cat-Release" />
<Option target="osd-demo-Debug" />
<Option target="osd-demo-Release" />
<Option target="osd-echo-Debug" />
<Option target="osd-echo-Release" />
<Option target="osd-example-Debug" />
<Option target="osd-example-Release" />
</Unit>
<Extensions>
<lib_finder disable_auto="1" />
</Extensions>
</Project>
</CodeBlocks_project_file>