aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authornotaz2010-12-29 00:15:55 +0200
committernotaz2010-12-29 00:57:45 +0200
commitbbd837c6d8a14e76c19028c84ef62a3b8cf0c1f0 (patch)
treed4372e75cefc51b452da7d62484e33e418554a49 /Makefile
parentcd6e8d0f6f7596fc25c30b352d4785e74af3edf6 (diff)
downloadpcsx_rearmed-bbd837c6d8a14e76c19028c84ef62a3b8cf0c1f0.tar.gz
pcsx_rearmed-bbd837c6d8a14e76c19028c84ef62a3b8cf0c1f0.tar.bz2
pcsx_rearmed-bbd837c6d8a14e76c19028c84ef62a3b8cf0c1f0.zip
add some plugin control from the menu, include spunull
some random refactoring too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f195b9b..724fdbc 100644
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ $(TARGET): $(OBJS)
$(CC) -o $@ $^ $(LDFLAGS) -Wl,-Map=$@.map
spunull.so: plugins/spunull/spunull.c
- $(CC) $(CFLAGS) -shared -fPIC -o $@ $^
+ $(CC) $(CFLAGS) -shared -fPIC -ggdb -O2 -o $@ $^
clean:
$(RM) $(TARGET) $(OBJS)
@@ -97,9 +97,10 @@ PND_MAKE ?= $(HOME)/dev/pnd/src/pandora-libraries/testdata/scripts/pnd_make.sh
VER ?= $(shell git describe --abbrev=0 master)
-rel: pcsx pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \
+rel: pcsx spunull.so pandora/pcsx.sh pandora/pcsx.pxml pandora/pcsx.png \
pandora/picorestore pandora/readme.txt skin COPYING
rm -rf out
- mkdir out
+ mkdir -p out/plugins
cp -r $^ out/
+ mv out/*.so out/plugins/
$(PND_MAKE) -p pcsx_rearmed_$(VER).pnd -d out -x pandora/pcsx.pxml -i pandora/pcsx.png -c