Skip to content

Commit

Permalink
posix: Update the Code::Blocks project file to include the new files …
Browse files Browse the repository at this point in the history
…that commit efdd938 added.
  • Loading branch information
rogerman committed Oct 28, 2024
1 parent 7d6f098 commit 6690a8c
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion desmume/src/frontend/posix/codeblocks/desmume.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit 6690a8c

Please sign in to comment.