mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +00:00
QuickNES build for Win32.
This commit is contained in:
parent
fc406bc96b
commit
5984940f87
@ -212,6 +212,20 @@ build_libretro_desmume()
|
||||
fi
|
||||
}
|
||||
|
||||
build_libretro_quicknes()
|
||||
{
|
||||
if [ -d "libretro-quicknes" ]; then
|
||||
echo "=== Building Desmume ==="
|
||||
cd libretro-quicknes/libretro
|
||||
make platform=win CC=$CC CXX=$CXX -j4 || die "Failed to build QuickNES"
|
||||
cp retro.dll ../libretro-git-quicknes.dll
|
||||
cd ../..
|
||||
else
|
||||
echo "QuickNES not fetched, skipping ..."
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
build_libretro_bsnes
|
||||
build_libretro_mednafen
|
||||
build_libretro_s9x
|
||||
@ -225,4 +239,5 @@ build_libretro_gambatte
|
||||
build_libretro_meteor
|
||||
build_libretro_stella
|
||||
build_libretro_desmume
|
||||
build_libretro_quicknes
|
||||
|
||||
|
@ -237,7 +237,7 @@ build_libretro_quicknes()
|
||||
if [ -d "libretro-quicknes" ]; then
|
||||
echo "=== Building QuickNES ==="
|
||||
cd libretro-quicknes/libretro
|
||||
make -f Makefile -j4 || die "Failed to build QuickNES"
|
||||
make -j4 || die "Failed to build QuickNES"
|
||||
cp libretro.so ../libretro-quicknes.so
|
||||
cd ../..
|
||||
else
|
||||
|
@ -30,6 +30,7 @@ LIBS="$LIBS libretro-desmume/libretro-git-desmume.dll"
|
||||
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"
|
||||
|
||||
for lib in $LIBS
|
||||
do
|
||||
|
Loading…
Reference in New Issue
Block a user