2012-09-04 00:20:36 +00:00
|
|
|
cd bsnes
|
2012-09-27 01:38:27 +00:00
|
|
|
mkdir obj
|
|
|
|
mkdir out
|
2012-09-22 05:02:43 +00:00
|
|
|
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++"
|
2012-09-30 22:27:12 +00:00
|
|
|
profile=compatibility platform=win target=libsnes make -e -j
|
2012-09-04 00:20:36 +00:00
|
|
|
cd ..
|
2012-10-09 21:07:50 +00:00
|
|
|
cp bsnes/out/snes.dll ../BizHawk.MultiClient/output/dll/libsneshawk.dll
|