aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2012-03-04 20:16:43 +0200
committernotaz2012-03-04 22:35:18 +0200
commitea1f6f2f95a7e4df3da3fd8433aca1718ea5c575 (patch)
treec162e9b14a80dd37d2a75b1e61b1759ed8df20ab /Makefile
parente60da1599d018abcd8256f7a7259678b601d306d (diff)
downloadpcsx_rearmed-ea1f6f2f95a7e4df3da3fd8433aca1718ea5c575.tar.gz
pcsx_rearmed-ea1f6f2f95a7e4df3da3fd8433aca1718ea5c575.tar.bz2
pcsx_rearmed-ea1f6f2f95a7e4df3da3fd8433aca1718ea5c575.zip
release r14
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c7cba9..21add20 100644
--- a/Makefile
+++ b/Makefile
@@ -189,6 +189,7 @@ clean: $(PLAT_CLEAN)
$(RM) $(TARGET) $(OBJS) $(TARGET).map
clean_plugins:
+ make -C plugins/gpulib/ clean
for dir in $(PLUGINS) ; do \
$(MAKE) -C $$(dirname $$dir) clean; done
@@ -208,5 +209,6 @@ rel: pcsx $(PLUGINS) \
rm out/pcsx.pxml.templ
mv out/*.so out/plugins/
mv out/plugins/gpu_unai.so out/plugins/gpuPCSX4ALL.so
+ mv out/plugins/gpu_gles.so out/plugins/gpuGLES.so
mv out/plugins/gpu_peops.so out/plugins/gpuPEOPS.so
$(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x out/pcsx.pxml -i frontend/pandora/pcsx.png -c