X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fgpu_unai%2FMakefile;h=1075ee522f248284424d54399e6405c943399f85;hp=cf2e5d2577c295a6a6cd140918e633bc1cac14fb;hb=ecd502e11f1d17998924f2de5909380b75c67d49;hpb=4132e8ca13b6395f8a9ef7ec7d01cbdcc19c037d diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index cf2e5d25..1075ee52 100644 --- a/plugins/gpu_unai/Makefile +++ b/plugins/gpu_unai/Makefile @@ -1,5 +1,6 @@ CFLAGS += -ggdb -Wall -O3 -ffast-math CFLAGS += -DREARMED +CFLAGS += -I../../include include ../../config.mak @@ -10,6 +11,6 @@ ifeq "$(ARCH)" "arm" SRC += gpu_arm.s endif -BIN_STANDLALONE = gpuPCSX4ALL.so +#BIN_STANDALONE = gpuPCSX4ALL.so BIN_GPULIB = gpu_unai.so include ../gpulib/gpulib.mak