More Win32 fixes.

This commit is contained in:
Themaister 2013-02-17 12:23:00 +01:00
parent 9974d15a42
commit 6e5f04473f
2 changed files with 3 additions and 3 deletions

View File

@ -231,10 +231,10 @@ build_libretro_nestopia()
echo "=== Building Nestopia ==="
cd libretro-nestopia/libretro
make platform=win CC=$CC CXX=$CXX -j4 || die "Failed to build Nestopia"
cp nestopia_retro.dll ../libretro-143-nestopia.dll
cp nestopia_retro.dll ../libretro-144-nestopia.dll
cd ../..
else
echo "QuickNES not fetched, skipping ..."
echo "Nestopia not fetched, skipping ..."
fi
}

View File

@ -31,7 +31,7 @@ LIBS="$LIBS libretro-mednafen/libretro-0926-mednafen-psx.dll"
LIBS="$LIBS libretro-mednafen/libretro-0924-mednafen-pce-fast.dll"
LIBS="$LIBS libretro-mednafen/libretro-0922-mednafen-wswan.dll"
LIBS="$LIBS libretro-quicknes/libretro-git-quicknes.dll"
LIBS="$LIBS libretro-nestopia/libretro-143-nestopia.dll"
LIBS="$LIBS libretro-nestopia/libretro-144-nestopia.dll"
for lib in $LIBS
do