rename snes.dll to libsneshawk.dll so nobody confuses it with a stock dll; static link some libs, eliminating need for libstdc++-6.dll and libgcc_s_dw2-1.dll

This commit is contained in:
zeromus 2012-09-22 05:02:43 +00:00
parent a45c1f60bc
commit 6f28003f48
5 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
cd bsnes
export BIZWINCFLAGS="-I. -O3 -masm=intel -DLIBCO_IMPORT -DLIBCO_MSVC"
export TARGET_LIBSNES_LIBDEPS="-L ../libco_msvc_win32/release/ -llibco_msvc_win32"
export BIZWINCFLAGS="-I. -O3 -masm=intel -DLIBCO_IMPORT -DLIBCO_MSVC -static-libgcc -static-libstdc++"
export TARGET_LIBSNES_LIBDEPS="-L ../libco_msvc_win32/release/ -llibco_msvc_win32 -static-libgcc -static-libstdc++"
profile=compatibility platform=win target=libsnes make -e -j
cd ..
cp bsnes/out/snes.dll ../BizHawk.MultiClient/output
cp bsnes/out/snes.dll ../BizHawk.MultiClient/output/libsneshawk.dll