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++"
|
2012-12-02 18:32:33 +00:00
|
|
|
#for gdb debugging
|
|
|
|
#export BIZWINCFLAGS="-I. -O0 -g -masm=intel -DLIBCO_IMPORT -DLIBCO_MSVC -static-libgcc -static-libstdc++"
|
2012-09-22 05:02:43 +00:00
|
|
|
export TARGET_LIBSNES_LIBDEPS="-L ../libco_msvc_win32/release/ -llibco_msvc_win32 -static-libgcc -static-libstdc++"
|
2012-12-02 18:32:33 +00:00
|
|
|
profile=compatibility platform=win target=libsnes make -e -j 4
|
2012-09-04 00:20:36 +00:00
|
|
|
cd ..
|
2012-12-02 18:32:33 +00:00
|
|
|
cp bsnes/out/snes.dll ../BizHawk.MultiClient/output/dll/libsneshawk.dll
|