fix PLATFORMFILE gfx2.png path

This commit is contained in:
Thomas Bernard 2018-01-26 00:20:15 +01:00
parent 7c003112d9
commit a0c65b37ec

View File

@ -107,7 +107,7 @@ else
OPTIM = 3
CP = cp
ZIP = zip
PLATFORMFILES = gfx2.png
PLATFORMFILES = ../share/grafx2/gfx2.png
# Where the SDL frameworks are located
FWDIR = /Library/Frameworks
BIN = ../bin/grafx2
@ -256,7 +256,7 @@ endif
RMDIR = rmdir --ignore-fail-on-non-empty
CP = cp
ZIP = zip
PLATFORMFILES = gfx2.png
PLATFORMFILES = ../share/grafx2/gfx2.png
BIN = ../bin/grafx2
COPT = -W -Wall -std=c99 -c -g -gstabs -D__TRU64__ $(shell sdl-config --cflags) $(TTFCOPT) $(LUACOPT)
LOPT = $(shell sdl-config --libs) -lSDL_image $(TTFLOPT) -lpng $(LUALOPT) -lm
@ -272,7 +272,7 @@ endif
RMDIR = rmdir
CP = cp
ZIP = zip
PLATFORMFILES = gfx2.png
PLATFORMFILES = ../share/grafx2/gfx2.png
CC = gcc
BIN = ../bin/grafx2.ttp
LUALOPT = -llua
@ -292,7 +292,7 @@ endif
RMDIR = rmdir --ignore-fail-on-non-empty
CP = cp
ZIP = zip
PLATFORMFILES = gfx2.png
PLATFORMFILES = ../share/grafx2/gfx2.png
LUACOPT = -I/resources/indexes/include
LUALOPT = -llua
BIN = ../bin/grafx2
@ -309,7 +309,7 @@ endif
RMDIR = rmdir --ignore-fail-on-non-empty
CP = cp
ZIP = zip
PLATFORMFILES = gfx2.png
PLATFORMFILES = ../share/grafx2/gfx2.png
ifneq ($(ATARICROSS),1)
ifeq ($(NOLUA),1)
LUACOPT =