mirror of
https://github.com/libretro/libretro-super
synced 2025-04-16 14:42:46 +00:00
fix leiradel makefile jobs on windows
This commit is contained in:
parent
e6ef8badb6
commit
4a388c1d19
@ -1,2 +1,7 @@
|
|||||||
gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build mingw32
|
fuse libretro-fuse https://github.com/libretro/fuse-libretro.git PROJECT YES LEIRADEL Makefile build x86
|
||||||
|
gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build x86
|
||||||
|
emux_nes libretro-emux_nes https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86 MACHINE=nes
|
||||||
|
emux_sms libretro-emux_sms https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86 MACHINE=sms
|
||||||
|
emux_chip8 libretro-emux_chip8 https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86 MACHINE=chip8
|
||||||
|
emux_gb libretro-emux_gb https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86 MACHINE=gb
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
PATH /mingw32/bin/
|
PATH /mingw32/bin/
|
||||||
platform MINGW32
|
platform MINGW32
|
||||||
|
PLATFORM windows
|
||||||
ARCH x86
|
ARCH x86
|
||||||
MAKE mingw32-make.exe
|
MAKE mingw32-make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
|
@ -1 +1,8 @@
|
|||||||
gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build mingw64
|
fuse libretro-fuse https://github.com/libretro/fuse-libretro.git PROJECT YES LEIRADEL Makefile build x86_64
|
||||||
|
gw libretro-gw https://github.com/libretro/gw-libretro.git PROJECT YES LEIRADEL Makefile build x86_64
|
||||||
|
emux_nes libretro-emux_nes https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86_64 MACHINE=nes
|
||||||
|
emux_sms libretro-emux_sms https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86_64 MACHINE=sms
|
||||||
|
emux_chip8 libretro-emux_chip8 https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86_64 MACHINE=chip8
|
||||||
|
emux_gb libretro-emux_gb https://github.com/libretro/emux PROJECT YES LEIRADEL Makefile libretro x86_64 MACHINE=gb
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
PATH /mingw64/bin
|
PATH /mingw64/bin
|
||||||
platform MINGW64
|
platform MINGW64
|
||||||
|
PLATFORM windows
|
||||||
ARCH x86_64
|
ARCH x86_64
|
||||||
MAKE make.exe
|
MAKE make.exe
|
||||||
CC gcc
|
CC gcc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user