From b49ec7487c9139fd1354424273e83022d172b413 Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 4 Apr 2007 18:41:01 +0000 Subject: [PATCH] added files to rel git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@88 be3aeb3a-fb24-0410-a615-afba39da0efa --- gp2x/Makefile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/gp2x/Makefile b/gp2x/Makefile index c98d6a9..5cfbe71 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -190,7 +190,7 @@ $(error need VER) endif endif -rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt +rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt PicoDrive.man.txt PicoDrive.png zip -9 -j ../../PicoDrive_$(VER).zip $^ mmuhack.o code940/code940.bin: @@ -198,15 +198,15 @@ code940/code940.bin: # test -usbjoy.o : usbjoy.c - @echo $< - @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ - -../../Pico/Cart.o : ../../Pico/Cart.c - @echo $< - @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ - -../../zlib/trees.o : ../../zlib/trees.c - @echo $< - @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ +#usbjoy.o : usbjoy.c +# @echo $< +# @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ +# +#../../Pico/Cart.o : ../../Pico/Cart.c +# @echo $< +# @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ +# +#../../zlib/trees.o : ../../zlib/trees.c +# @echo $< +# @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@ -- 2.39.2