aboutsummaryrefslogtreecommitdiff
path: root/Makefile.caanoo
diff options
context:
space:
mode:
authornotaz2011-10-09 22:15:00 +0300
committernotaz2011-10-10 00:25:59 +0300
commit9e0630ab54cbf6b6e3ec525f1088aa54e163c938 (patch)
treefc457c1fa4fe78a154ff912feadf764a67418298 /Makefile.caanoo
parent554a2220f2413cc29d7912ad3f7d91c9e64284cf (diff)
downloadpcsx_rearmed-9e0630ab54cbf6b6e3ec525f1088aa54e163c938.tar.gz
pcsx_rearmed-9e0630ab54cbf6b6e3ec525f1088aa54e163c938.tar.bz2
pcsx_rearmed-9e0630ab54cbf6b6e3ec525f1088aa54e163c938.zip
add caanoo frontend files, move pandora files
Diffstat (limited to 'Makefile.caanoo')
-rw-r--r--Makefile.caanoo22
1 files changed, 22 insertions, 0 deletions
diff --git a/Makefile.caanoo b/Makefile.caanoo
index 54e478c..e9228f5 100644
--- a/Makefile.caanoo
+++ b/Makefile.caanoo
@@ -3,3 +3,25 @@ export ARM_CORTEXA8=0
PLATFORM=caanoo
include Makefile
+
+PLUGINS = plugins/spunull/spunull.so plugins/gpu_unai/gpuPCSX4ALL.so \
+ plugins/gpu_neon/gpu_neon.so
+
+# ----------- release -----------
+
+rel_caanoo: pcsx $(PLUGINS) \
+ frontend/320240/caanoo.gpe frontend/320240/pcsx26.png \
+ frontend/320240/skin \
+ frontend/warm/bin/warm_2.6.24.ko frontend/320240/pollux_set \
+ frontend/320240/pcsx_rearmed.ini readme.txt COPYING
+ rm -rf out
+ mkdir -p out/pcsx_rearmed/plugins
+ cp -r $^ out/pcsx_rearmed/
+ mv out/pcsx_rearmed/*.so out/pcsx_rearmed/plugins/
+ mv out/pcsx_rearmed/plugins/gpu_neon.so out/pcsx_rearmed/plugins/gpuPEOPS2.so
+ mv out/pcsx_rearmed/caanoo.gpe out/pcsx_rearmed/pcsx.gpe
+ mv out/pcsx_rearmed/pcsx_rearmed.ini out/
+ mkdir out/pcsx_rearmed/lib/
+ cp ./lib/libbz2.so.1 out/pcsx_rearmed/lib/
+ cd out && zip -9 -r ../pcsx_rearmed_$(VER)_caanoo.zip *
+