Use std::vector for rgbfix ROMX data

Statically links libstdc++ for 32-bit MinGW
This commit is contained in:
Rangi42
2024-02-21 17:57:17 -05:00
committed by Sylvie
parent 2ff723f943
commit cdb9315366
2 changed files with 20 additions and 28 deletions

View File

@@ -229,13 +229,13 @@ coverage:
# Targets for the project maintainer to easily create Windows exes.
# This is not for Windows users!
# If you're building on Windows with Cygwin or Mingw, just follow the Unix
# If you're building on Windows with Cygwin or MinGW, just follow the Unix
# install instructions instead.
mingw32:
$Q${MAKE} all test/gfx/randtilegen test/gfx/rgbgfx_test \
CXX=i686-w64-mingw32-g++ \
CXXFLAGS="-O3 -flto -DNDEBUG -static-libgcc" \
CXXFLAGS="-O3 -flto -DNDEBUG -static-libgcc -static-libstdc++" \
PKG_CONFIG="PKG_CONFIG_SYSROOT_DIR=/usr/i686-w64-mingw32 pkg-config"
mingw64: