mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Use generate-files in Win32.
This commit is contained in:
parent
1c62850935
commit
5717efdaa3
@ -85,7 +85,7 @@ build_libretro_fba()
|
|||||||
if [ -d "libretro-fba" ]; then
|
if [ -d "libretro-fba" ]; then
|
||||||
echo "=== Building Final Burn Alpha ==="
|
echo "=== Building Final Burn Alpha ==="
|
||||||
cd libretro-fba/src-0.2.97.26
|
cd libretro-fba/src-0.2.97.26
|
||||||
make -f makefile.libretro generate
|
make -f makefile.libretro generate-files
|
||||||
make CC=$CC CXX=$CXX platform=win -f makefile.libretro -j4 || die "Failed to build Final Burn Alpha"
|
make CC=$CC CXX=$CXX platform=win -f makefile.libretro -j4 || die "Failed to build Final Burn Alpha"
|
||||||
cp retro.dll ../libretro-git-fba.dll
|
cp retro.dll ../libretro-git-fba.dll
|
||||||
cd ../..
|
cd ../..
|
||||||
|
Loading…
Reference in New Issue
Block a user