X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fgizmondo%2FMakefile;h=6581e4ffb213cbe7826a7fd1249bf5727028bac9;hb=7eed09b34f1d37d8f4e476c82d13b63322ea8185;hp=b5eaaacfff6462c9ee9d3951c88160018e029f8a;hpb=da42200b24749eee63cccf49d87781b861146e9f;p=picodrive.git diff --git a/platform/gizmondo/Makefile b/platform/gizmondo/Makefile index b5eaaac..6581e4f 100644 --- a/platform/gizmondo/Makefile +++ b/platform/gizmondo/Makefile @@ -101,7 +101,7 @@ DEFINC += -D_USE_DRZ80 OBJS += ../../cpu/DrZ80/drz80.o -all: PicoDrive.exe +all: PicoDrive.exe readme.txt PicoDrive.exe : $(OBJS) ../common/helix/helix_mp3.a @echo ">>>" $@ @@ -148,7 +148,7 @@ endif @$(AS) $(ASFLAGS) $< -o $@ # build Cyclone -../../cpu/Cyclone/proj/Cyclone.s : +../../cpu/Cyclone/proj/Cyclone.s: @echo building Cyclone... @make -C ../../cpu/Cyclone/proj CONFIG_FILE=config_pico.h @@ -156,6 +156,12 @@ endif ../common/helix/helix_mp3.a: make -C ../common/helix +readme.txt: ../../tools/textfilter ../base_readme.txt + ../../tools/textfilter ../base_readme.txt $@ GIZ + +../../tools/textfilter: ../../tools/textfilter.c + make -C ../../tools/ textfilter + # cleanup clean: tidy @@ -184,7 +190,7 @@ $(error need VER) endif endif -rel: PicoDrive.exe kgsdk/ARMV4IRel/KGSDK.dll # ../readme.txt config.txt +rel: PicoDrive.exe kgsdk/ARMV4IRel/KGSDK.dll readme.txt zip -9 -j ../../PicoDrive_$(VER).zip $^ ln -s ../gp2x/skin skin zip -9 -r ../../PicoDrive_$(VER).zip skin -i \*.png -i \*.txt