fix leiradel makefile jobs on windows

This commit is contained in:
Radius 2015-08-16 15:46:45 -05:00
parent e6ef8badb6
commit 4a388c1d19
4 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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