#this is for using the dll libco, and so the threads implementation can be used, for easier debugging1cd bsnes2mkdir obj3mkdir out4export BIZWINCFLAGS="-I. -O3 -masm=intel -DLIBCO_IMPORT -DLIBCO_MSVC -static-libgcc -static-libstdc++"5#for gdb debugging6#export BIZWINCFLAGS="-I. -O0 -g -masm=intel -DLIBCO_IMPORT -DLIBCO_MSVC -static-libgcc -static-libstdc++"7export TARGET_LIBSNES_LIBDEPS="-L ../libco_msvc_win32/release/ -llibco_msvc_win32 -static-libgcc -static-libstdc++"8profile=compatibility platform=win target=libsnes make -e -j 49cd ..10cp bsnes/out/snes.dll ../BizHawk.MultiClient/output/dll/libsneshawk.dll111213