mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
tweak win32 recipes
This commit is contained in:
parent
ca08518d14
commit
03ccd7d581
@ -1,9 +0,0 @@
|
||||
PATH /mingw64/bin
|
||||
platform MINGW64
|
||||
PLATFORM MINGW64
|
||||
ARCH x86_64
|
||||
MAKE mingw32-make.exe
|
||||
CC /mingw64/bin/gcc
|
||||
CXX /mingw64/bin/g++
|
||||
CONFIGURE ./configure
|
||||
RA YES
|
27
recipes/temp
27
recipes/temp
@ -1,27 +0,0 @@
|
||||
2048 libretro-2048 https://github.com/libretro/libretro-2048.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||
catsfc libretro-catsfc https://github.com/libretro/CATSFC-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||
gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC_THEOS Makefile.libretro libgambatte
|
||||
genesis_plus_gx libretro-genesis_plus_gx https://github.com/libretro/Genesis-Plus-GX.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||
gpsp libretro-gpsp https://github.com/libretro/gpsp.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
snes9x libretro-snes9x https://github.com/libretro/snes9x.git PROJECT YES GENERIC_THEOS Makefile libretro
|
||||
snes9x_next libretro-snes9x_next https://github.com/libretro/snes9x-next.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||
fb_alpha libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC_THEOS makefile.libretro svn-current/trunk
|
||||
bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||
fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
vba_next libretro-vba_next https://github.com/libretro/vba-next.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||
vbam libretro-vbam https://github.com/libretro/vbam-libretro.git PROJECT YES GENERIC_THEOS Makefile src/libretro
|
||||
meteor libretro-meteor https://github.com/libretro/meteor-libretro.git PROJECT YES GENERIC_THEOS Makefile libretro
|
||||
nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
stella libretro-stella https://github.com/libretro/stella-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
handy libretro-handy https://github.com/libretro/libretro-handy.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
desmume libretro-desmume https://github.com/libretro/desmume.git PROJECT YES GENERIC_THEOS Makefile.libretro desmume
|
||||
3dengine libretro-3dengine https://github.com/libretro/libretro-3dengine.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
4do libretro-4do https://github.com/libretro/4do-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
quicknes libretro-quicknes https://github.com/libretro/QuickNES_Core.git PROJECT YES GENERIC_THEOS Makefile libretro
|
||||
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||
vecx libretro-vecx https://github.com/libretro/libretro-vecx.git PROJECT YES GENERIC_THEOS Makefile.libretro .
|
||||
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
prosystem libretro-prosystem https://github.com/libretro/prosystem-libretro.git PROJECT YES GENERIC_THEOS Makefile .
|
||||
o2em libretro-o2em https://github.com/libretro/libretro-o2em.git PROJECT YES GENERIC_THEOS Makefile .
|
9
recipes/win_x86/retroarch-mingw-w32-dw2.conf
Normal file
9
recipes/win_x86/retroarch-mingw-w32-dw2.conf
Normal file
@ -0,0 +1,9 @@
|
||||
PATH /mingw32/bin
|
||||
platform MINGW32
|
||||
PLATFORM MINGW32
|
||||
ARCH x86
|
||||
MAKE make
|
||||
CC /mingw32/bin/gcc
|
||||
CXX /mingw32/bin/g++
|
||||
CONFIGURE ./configure
|
||||
RA YES
|
@ -3,3 +3,4 @@ overlays overlays https://github.com/libretro/common-overlays.git ASSETS YES ret
|
||||
shaders shaders_cg https://github.com/libretro/common-shaders.git ASSETS YES retroarch/media
|
||||
autoconfig autoconfig https://github.com/libretro/retroarch-joypad-autoconfig.git ASSETS YES retroarch/media
|
||||
assets assets https://github.com/libretro/retroarch-assets.git ASSETS YES retroarch/media
|
||||
libretrodb libretrodb https://github.com/libretro/libretro-database.git ASSETS YES retroarch/media
|
Loading…
Reference in New Issue
Block a user