diff options
author | notaz | 2011-08-13 02:26:51 +0300 |
---|---|---|
committer | notaz | 2011-08-13 02:54:04 +0300 |
commit | 7ca0ce80ad969c7a77e2dcccb4575eded4d4a7c6 (patch) | |
tree | e593f149f16d9dd0686d657b1302207fc0792952 /Makefile | |
parent | a185be7095b1575c32911d18341f3f99ed686ae5 (diff) | |
download | pcsx_rearmed-7ca0ce80ad969c7a77e2dcccb4575eded4d4a7c6.tar.gz pcsx_rearmed-7ca0ce80ad969c7a77e2dcccb4575eded4d4a7c6.tar.bz2 pcsx_rearmed-7ca0ce80ad969c7a77e2dcccb4575eded4d4a7c6.zip |
release r9
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -137,7 +137,7 @@ $(TARGET): $(OBJS) $(CC) -o $@ $^ $(LDFLAGS) -Wl,-Map=$@.map PLUGINS = plugins/spunull/spunull.so plugins/gpu_unai/gpuPCSX4ALL.so \ - plugins/gpu-gles/gpuGLES.so + plugins/gpu-gles/gpuGLES.so plugins/gpu_neon/gpu_neon.so $(PLUGINS): make -C $(dir $@) @@ -164,4 +164,5 @@ rel: pcsx $(PLUGINS) \ sed -e 's/%PR%/$(VER)/g' out/pcsx.pxml.templ > out/pcsx.pxml rm out/pcsx.pxml.templ mv out/*.so out/plugins/ + mv out/plugins/gpu_neon.so out/plugins/gpuPEOPS2.so $(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i pandora/pcsx.png -c |