mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-24 06:34:02 +00:00
fix build was wrong target
This commit is contained in:
parent
38e699e134
commit
ab38ee8fe5
@ -1,18 +1,23 @@
|
||||
TARGET = gsplusx
|
||||
NAME = gsplusx
|
||||
TARGET = gsplus
|
||||
NAME = gsplus
|
||||
PERL = perl
|
||||
CC = gcc
|
||||
LD = g++
|
||||
AS = cc
|
||||
|
||||
OBJECTS = $(OBJECTS1) $(TFEOBJ) $(ATOBJ) $(PCAPOBJ) xdriver.o sdl2snd_driver.o
|
||||
|
||||
# C Compiler Options
|
||||
CCOPTS = -O2 -Wall -fomit-frame-pointer -std=gnu99 -DHAVE_SDL -DHAVE_TFE -DHAVE_ATBRIDGE -DTOGGLE_STATUS -I/usr/include/SDL2 -I/usr/include/freetype2
|
||||
# C++ Compiler Options
|
||||
CPPOPTS = -O2 -DHAVE_TFE -DHAVE_SDL -DTOGGLE_STATUS -DHAVE_ATBRIDGE -I/usr/include/freetype2 -I/usr/include/SDL2
|
||||
OPTS = -DGSPLUS_LITTLE_ENDIAN
|
||||
|
||||
EXTRA_LIBS = -lXext -lfreetype -lSDL2 -ldl
|
||||
OPTS = -DGSPLUS_LITTLE_ENDIAN
|
||||
SUFFIX =
|
||||
LDFLAGS =
|
||||
LDOPTS =
|
||||
EXTRA_LIBS = -lXext -lfreetype -lSDL2 -ldl
|
||||
|
||||
EXTRA_SPECIALS =
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user