posix: Update the Code::Blocks project file to include the new files that commit efdd938 added.

This commit is contained in:
rogerman 2024-10-28 14:39:17 -07:00
parent 7d6f0982c8
commit 6690a8cedd
1 changed files with 32 additions and 1 deletions

View File

@ -177,6 +177,7 @@
<Option projectLinkerOptionsRelation="1" />
<Compiler>
<Add option="-fomit-frame-pointer" />
<Add option="-fno-strict-aliasing" />
<Add option="-fexpensive-optimizations" />
<Add option="-flto" />
<Add option="-Ofast" />
@ -242,12 +243,18 @@
<Option compiler="gcc" />
<Option projectLinkerOptionsRelation="1" />
<Compiler>
<Add option="-fomit-frame-pointer" />
<Add option="-fno-strict-aliasing" />
<Add option="-fexpensive-optimizations" />
<Add option="-flto" />
<Add option="-Ofast" />
<Add option="`pkg-config --cflags gtk+-3.0`" />
<Add option="-DHOST_64" />
<Add option="-DENABLE_OPENGL_ES" />
<Add option="-DENABLE_EGL" />
</Compiler>
<Linker>
<Add option="-flto" />
<Add option="`pkg-config --libs gtk+-3.0`" />
<Add library="/usr/lib/aarch64-linux-gnu/libX11.so" />
<Add library="/usr/lib/aarch64-linux-gnu/libz.so" />
@ -277,8 +284,8 @@
<Option use_console_runner="0" />
<Option projectLinkerOptionsRelation="1" />
<Compiler>
<Add option="-fno-strict-aliasing" />
<Add option="-fomit-frame-pointer" />
<Add option="-fno-strict-aliasing" />
<Add option="-fexpensive-optimizations" />
<Add option="-flto" />
<Add option="-Ofast" />
@ -1860,6 +1867,18 @@
<Option target="GTK3_AArch64_Debug" />
<Option target="GTK3_AArch64_Release" />
</Unit>
<Unit filename="../gtk/utilsGTK.cpp">
<Option target="GTK3_x64_Debug" />
<Option target="GTK3_x64_Release" />
<Option target="GTK3_AArch64_Debug" />
<Option target="GTK3_AArch64_Release" />
</Unit>
<Unit filename="../gtk/utilsGTK.h">
<Option target="GTK3_x64_Debug" />
<Option target="GTK3_x64_Release" />
<Option target="GTK3_AArch64_Debug" />
<Option target="GTK3_AArch64_Release" />
</Unit>
<Unit filename="../gtk2/cheatsGTK.cpp">
<Option target="GTK2_x64_Debug" />
<Option target="GTK2_x64_Release" />
@ -1938,6 +1957,18 @@
<Option target="GTK2_AArch64_Debug" />
<Option target="GTK2_AArch64_Release" />
</Unit>
<Unit filename="../gtk2/utilsGTK.cpp">
<Option target="GTK2_x64_Debug" />
<Option target="GTK2_x64_Release" />
<Option target="GTK2_AArch64_Debug" />
<Option target="GTK2_AArch64_Release" />
</Unit>
<Unit filename="../gtk2/utilsGTK.h">
<Option target="GTK2_x64_Debug" />
<Option target="GTK2_x64_Release" />
<Option target="GTK2_AArch64_Debug" />
<Option target="GTK2_AArch64_Release" />
</Unit>
<Unit filename="../shared/avout.h" />
<Unit filename="../shared/avout_flac.cpp" />
<Unit filename="../shared/avout_flac.h" />