Some cleanup of the misc folder to hold data for other platforms.
Added an icon for morphos It would be nice if .ico, .gif and other datafiles moved to this misc folder, eventually .ini and .cfg too. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1213 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
825142eabb
commit
2bf0e76a7c
3
Makefile
3
Makefile
@ -126,6 +126,7 @@ else
|
||||
OBJDIR = obj/morphos
|
||||
ZIP = lha
|
||||
ZIPOPT = a
|
||||
PLATFORMFILES = misc/grafx2.info
|
||||
|
||||
else
|
||||
ifeq ($(PLATFORM),AMIGA) # 5
|
||||
@ -343,7 +344,7 @@ ziprelease: version $(BIN) release
|
||||
tar cvzf "src-`cat $(OBJDIR)/versiontag`.tgz" --transform 's,^,src/,g' *.c *.h Makefile Makefile.dep gfx2.ico
|
||||
$(ZIP) $(ZIPOPT) "grafx2-`cat $(OBJDIR)/versiontag`$(TTFLABEL)-$(PLATFORM).$(ZIP)" $(BIN) gfx2def.ini scripts/test.lua $(SKIN_FILES) gfx2.gif doc/README.txt doc/COMPILING.txt doc/gpl-2.0.txt fonts/8pxfont.png doc/README-zlib1.txt doc/README-SDL.txt doc/README-SDL_image.txt doc/README-SDL_ttf.txt doc/README-lua.txt fonts/Tuffy.ttf src-`cat $(OBJDIR)/versiontag`.tgz $(PLATFORMFILES)
|
||||
$(DELCOMMAND) "src-`cat $(OBJDIR)/versiontag`.tgz"
|
||||
tar cvzf "grafx2-`cat $(OBJDIR)/versiontag`$(TTFLABEL)-src.tgz" --transform 's,^,grafx2/,g' *.c *.h Makefile Makefile.dep gfx2def.ini scripts/test.lua $(SKIN_FILES) gfx2.ico gfx2.gif doc/README.txt doc/COMPILING.txt doc/gpl-2.0.txt misc/grafx2.1 misc/grafx2.xpm misc/grafx2.desktop fonts/8pxfont.png fonts/Tuffy.ttf
|
||||
tar cvzf "grafx2-`cat $(OBJDIR)/versiontag`$(TTFLABEL)-src.tgz" --transform 's,^,grafx2/,g' *.c *.h Makefile Makefile.dep gfx2def.ini scripts/test.lua $(SKIN_FILES) gfx2.ico gfx2.gif doc/README.txt doc/COMPILING.txt doc/gpl-2.0.txt misc/unix/grafx2.1 misc/unix/grafx2.xpm misc/unix/grafx2.desktop fonts/8pxfont.png fonts/Tuffy.ttf
|
||||
$(DELCOMMAND) "$(OBJDIR)/versiontag"
|
||||
|
||||
testsed :
|
||||
|
||||
BIN
misc/morphos/grafx2.info
Normal file
BIN
misc/morphos/grafx2.info
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 754 B |
Loading…
x
Reference in New Issue
Block a user