From ca40ed07a2d3e01d7fb721b9c6d4fe23d622a98b Mon Sep 17 00:00:00 2001 From: goyuken Date: Tue, 9 Oct 2012 21:07:50 +0000 Subject: [PATCH] move libsneshawk.dll to dll subdirectory --- .../output/{ => dll}/libsneshawk.dll | Bin libsnes/bizwinmake.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename BizHawk.MultiClient/output/{ => dll}/libsneshawk.dll (100%) 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