Recoil 4.3.2 => 5.0.0
This commit is contained in:
parent
4918c9efa5
commit
e13833a2e8
4
3rdparty/Makefile
vendored
4
3rdparty/Makefile
vendored
@ -121,14 +121,14 @@ LUAPATCHES = lua-atari-log2.patch \
|
|||||||
lua-atari-inttype.patch
|
lua-atari-inttype.patch
|
||||||
LATESTLUAVER = $(shell curl -s -S https://www.lua.org/download.html | grep -A1 "current release is" | tail -n1 | sed 's/.*lua-\([0-9.]*\)\.tar.*/\1/' )
|
LATESTLUAVER = $(shell curl -s -S https://www.lua.org/download.html | grep -A1 "current release is" | tail -n1 | sed 's/.*lua-\([0-9.]*\)\.tar.*/\1/' )
|
||||||
# https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-0.6.1.tar.gz
|
# https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-0.6.1.tar.gz
|
||||||
RECOILVER=4.3.2
|
RECOILVER=5.0.0
|
||||||
LATESTRECOILVER = $(shell curl -s -S -I https://sourceforge.net/projects/recoil/files/latest/download|grep -i "^location:"|sed 's:.*/\([0-9.]*\)/.*:\1:' )
|
LATESTRECOILVER = $(shell curl -s -S -I https://sourceforge.net/projects/recoil/files/latest/download|grep -i "^location:"|sed 's:.*/\([0-9.]*\)/.*:\1:' )
|
||||||
RECOIL=recoil-$(RECOILVER)
|
RECOIL=recoil-$(RECOILVER)
|
||||||
RECOILARCH=$(RECOIL).tar.gz
|
RECOILARCH=$(RECOIL).tar.gz
|
||||||
# https://downloads.sourceforge.net/project/recoil/recoil/4.3.0/recoil-4.3.0.tar.gz
|
# https://downloads.sourceforge.net/project/recoil/recoil/4.3.0/recoil-4.3.0.tar.gz
|
||||||
RECOILURL=https://downloads.sourceforge.net/project/recoil/recoil/$(RECOILVER)/$(RECOILARCH)
|
RECOILURL=https://downloads.sourceforge.net/project/recoil/recoil/$(RECOILVER)/$(RECOILARCH)
|
||||||
RECOILURLALT=http://nanard.free.fr/grafx2/$(RECOILARCH)
|
RECOILURLALT=http://nanard.free.fr/grafx2/$(RECOILARCH)
|
||||||
RECOILSHA256=b9691db9e0d2b6cec23c9dec8628ecf6870f1e9d34ce95513fb4a671d781b19c
|
RECOILSHA256=caa60b380c7e0a762d62459bc9ca31d16b22b0f85c972e6315e3744ae1f2ffb5
|
||||||
#https://github.com/redcode/6502/releases/download/v0.1/6502-v0.1.tar.xz
|
#https://github.com/redcode/6502/releases/download/v0.1/6502-v0.1.tar.xz
|
||||||
REDCODE6502=6502-v0.1
|
REDCODE6502=6502-v0.1
|
||||||
REDCODE6502ARCH=6502-v0.1.tar.xz
|
REDCODE6502ARCH=6502-v0.1.tar.xz
|
||||||
|
|||||||
@ -71,7 +71,7 @@ endif
|
|||||||
|
|
||||||
CFLAGS_CACHE = $(OBJDIR)/.cflags.cache
|
CFLAGS_CACHE = $(OBJDIR)/.cflags.cache
|
||||||
|
|
||||||
RECOILVER = 4.3.2
|
RECOILVER = 5.0.0
|
||||||
|
|
||||||
# Video / input API used
|
# Video / input API used
|
||||||
API ?= sdl
|
API ?= sdl
|
||||||
@ -1158,6 +1158,8 @@ $(OBJDIR)/loadrecoil.o: recoil.c recoil.h
|
|||||||
|
|
||||||
../3rdparty/recoil-$(RECOILVER)/recoil.c:
|
../3rdparty/recoil-$(RECOILVER)/recoil.c:
|
||||||
if [ -d ../3rdparty ] ; then $(MAKE) -C ../3rdparty recoil ; fi
|
if [ -d ../3rdparty ] ; then $(MAKE) -C ../3rdparty recoil ; fi
|
||||||
|
|
||||||
|
$(OBJDIR)/recoil.o: CFLAGS += -Wno-declaration-after-statement -Wno-unused-parameter
|
||||||
endif
|
endif
|
||||||
|
|
||||||
6502.h: 6502.c
|
6502.h: 6502.c
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user