diff --git a/BizHawk.MultiClient/output/libsneshawk.dll b/BizHawk.MultiClient/output/dll/libsneshawk.dll similarity index 100% rename from BizHawk.MultiClient/output/libsneshawk.dll rename to BizHawk.MultiClient/output/dll/libsneshawk.dll diff --git a/libsnes/bizwinmake.sh b/libsnes/bizwinmake.sh index e13ac9fbf4..7f2098abbb 100644 --- a/libsnes/bizwinmake.sh +++ b/libsnes/bizwinmake.sh @@ -5,4 +5,4 @@ export BIZWINCFLAGS="-I. -O3 -masm=intel -DLIBCO_IMPORT -DLIBCO_MSVC -static-lib 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/libsneshawk.dll \ No newline at end of file +cp bsnes/out/snes.dll ../BizHawk.MultiClient/output/dll/libsneshawk.dll \ No newline at end of file