fix PLATFORMFILE gfx2.png path
This commit is contained in:
parent
7c003112d9
commit
a0c65b37ec
10
src/Makefile
10
src/Makefile
@ -107,7 +107,7 @@ else
|
|||||||
OPTIM = 3
|
OPTIM = 3
|
||||||
CP = cp
|
CP = cp
|
||||||
ZIP = zip
|
ZIP = zip
|
||||||
PLATFORMFILES = gfx2.png
|
PLATFORMFILES = ../share/grafx2/gfx2.png
|
||||||
# Where the SDL frameworks are located
|
# Where the SDL frameworks are located
|
||||||
FWDIR = /Library/Frameworks
|
FWDIR = /Library/Frameworks
|
||||||
BIN = ../bin/grafx2
|
BIN = ../bin/grafx2
|
||||||
@ -256,7 +256,7 @@ endif
|
|||||||
RMDIR = rmdir --ignore-fail-on-non-empty
|
RMDIR = rmdir --ignore-fail-on-non-empty
|
||||||
CP = cp
|
CP = cp
|
||||||
ZIP = zip
|
ZIP = zip
|
||||||
PLATFORMFILES = gfx2.png
|
PLATFORMFILES = ../share/grafx2/gfx2.png
|
||||||
BIN = ../bin/grafx2
|
BIN = ../bin/grafx2
|
||||||
COPT = -W -Wall -std=c99 -c -g -gstabs -D__TRU64__ $(shell sdl-config --cflags) $(TTFCOPT) $(LUACOPT)
|
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
|
LOPT = $(shell sdl-config --libs) -lSDL_image $(TTFLOPT) -lpng $(LUALOPT) -lm
|
||||||
@ -272,7 +272,7 @@ endif
|
|||||||
RMDIR = rmdir
|
RMDIR = rmdir
|
||||||
CP = cp
|
CP = cp
|
||||||
ZIP = zip
|
ZIP = zip
|
||||||
PLATFORMFILES = gfx2.png
|
PLATFORMFILES = ../share/grafx2/gfx2.png
|
||||||
CC = gcc
|
CC = gcc
|
||||||
BIN = ../bin/grafx2.ttp
|
BIN = ../bin/grafx2.ttp
|
||||||
LUALOPT = -llua
|
LUALOPT = -llua
|
||||||
@ -292,7 +292,7 @@ endif
|
|||||||
RMDIR = rmdir --ignore-fail-on-non-empty
|
RMDIR = rmdir --ignore-fail-on-non-empty
|
||||||
CP = cp
|
CP = cp
|
||||||
ZIP = zip
|
ZIP = zip
|
||||||
PLATFORMFILES = gfx2.png
|
PLATFORMFILES = ../share/grafx2/gfx2.png
|
||||||
LUACOPT = -I/resources/indexes/include
|
LUACOPT = -I/resources/indexes/include
|
||||||
LUALOPT = -llua
|
LUALOPT = -llua
|
||||||
BIN = ../bin/grafx2
|
BIN = ../bin/grafx2
|
||||||
@ -309,7 +309,7 @@ endif
|
|||||||
RMDIR = rmdir --ignore-fail-on-non-empty
|
RMDIR = rmdir --ignore-fail-on-non-empty
|
||||||
CP = cp
|
CP = cp
|
||||||
ZIP = zip
|
ZIP = zip
|
||||||
PLATFORMFILES = gfx2.png
|
PLATFORMFILES = ../share/grafx2/gfx2.png
|
||||||
ifneq ($(ATARICROSS),1)
|
ifneq ($(ATARICROSS),1)
|
||||||
ifeq ($(NOLUA),1)
|
ifeq ($(NOLUA),1)
|
||||||
LUACOPT =
|
LUACOPT =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user