From bbd837c6d8a14e76c19028c84ef62a3b8cf0c1f0 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 29 Dec 2010 00:15:55 +0200 Subject: add some plugin control from the menu, include spunull some random refactoring too. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3