Skip to content

Commit 7203485

Browse files
author
Peter Szabo
committed
upgraded MinGW cross compiler version
1 parent f5a5834 commit 7203485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: compile_mingw.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SAM2P_VERSION="$(bash ./mkdist.sh --getversion)"
1414
test "$SAM2P_VERSION"
1515

1616
# vvv either -mwindows or -mconsole
17-
i586-mingw32msvc-g++ -mconsole -s -DNDEBUG -O3 \
17+
i686-w64-mingw32-g++ -mconsole -s -DNDEBUG -O3 \
1818
-DHAVE_CONFIG2_H -DUSE_CONFIG_MINGW_H -DSAM2P_VERSION=\""$SAM2P_VERSION"\" \
1919
-fsigned-char -fno-rtti -fno-exceptions -ansi -pedantic -Wall -W \
2020
sam2p_main.cpp appliers.cpp crc32.c c_lgcc.cpp in_ps.cpp in_tga.cpp in_pnm.cpp in_bmp.cpp in_gif.cpp in_lbm.cpp in_xpm.cpp mapping.cpp in_pcx.cpp in_jai.cpp in_png.cpp in_jpeg.cpp in_tiff.cpp rule.cpp minips.cpp encoder.cpp pts_lzw.c pts_fax.c pts_defl.c error.cpp image.cpp gensio.cpp snprintf.c gensi.cpp out_gif.cpp \

0 commit comments

Comments
 (0)