added files to rel
authornotaz <notasas@gmail.com>
Wed, 4 Apr 2007 18:41:01 +0000 (18:41 +0000)
committernotaz <notasas@gmail.com>
Wed, 4 Apr 2007 18:41:01 +0000 (18:41 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@88 be3aeb3a-fb24-0410-a615-afba39da0efa

gp2x/Makefile

index c98d6a9..5cfbe71 100644 (file)
@@ -190,7 +190,7 @@ $(error need VER)
 endif\r
 endif\r
 \r
-rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt\r
+rel: PicoDrive.gpe code940/code940.bin ../readme.txt config.txt PicoDrive.man.txt PicoDrive.png\r
        zip -9 -j ../../PicoDrive_$(VER).zip $^ mmuhack.o\r
 \r
 code940/code940.bin:\r
@@ -198,15 +198,15 @@ code940/code940.bin:
 \r
 \r
 # test\r
-usbjoy.o : usbjoy.c\r
-       @echo $<\r
-       @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
-\r
-../../Pico/Cart.o : ../../Pico/Cart.c\r
-       @echo $<\r
-       @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
-\r
-../../zlib/trees.o : ../../zlib/trees.c\r
-       @echo $<\r
-       @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
+#usbjoy.o : usbjoy.c\r
+#      @echo $<\r
+#      @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
+#\r
+#../../Pico/Cart.o : ../../Pico/Cart.c\r
+#      @echo $<\r
+#      @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
+#\r
+#../../zlib/trees.o : ../../zlib/trees.c\r
+#      @echo $<\r
+#      @$(GCC) $(COPT) $(DEFINC) -fno-profile-generate -c $< -o $@\r
 \r