Removed some references to gfx2cfg i missed last time...
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@686 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
52574a8e87
commit
b6f529c90f
10
Makefile
10
Makefile
@ -49,7 +49,7 @@ ifdef COMSPEC
|
|||||||
OBJRES = $(OBJDIR)/winres.o
|
OBJRES = $(OBJDIR)/winres.o
|
||||||
CFGOBJRES = $(OBJDIR)/wincfgres.o
|
CFGOBJRES = $(OBJDIR)/wincfgres.o
|
||||||
PLATFORM = win32
|
PLATFORM = win32
|
||||||
PLATFORMFILES = SDL.dll SDL_image.dll libpng13.dll zlib1.dll gfx2cfg.ico gfx2.ico $(TTFLIBS) #some misc files we have to add to the release archive under windows.
|
PLATFORMFILES = SDL.dll SDL_image.dll libpng13.dll zlib1.dll gfx2.ico $(TTFLIBS) #some misc files we have to add to the release archive under windows.
|
||||||
ZIP = zip
|
ZIP = zip
|
||||||
else
|
else
|
||||||
|
|
||||||
@ -247,10 +247,10 @@ release : $(BIN)
|
|||||||
|
|
||||||
# Create a zip archive ready for upload to the website, including binaries and sourcecode
|
# Create a zip archive ready for upload to the website, including binaries and sourcecode
|
||||||
ziprelease: version $(BIN) release
|
ziprelease: version $(BIN) release
|
||||||
tar cvzf src-svn`svnversion | sed 's/:/-/'`.tgz *.c *.h Makefile Makefile.dep gfx2.ico gfx2cfg.ico
|
tar cvzf src-svn`svnversion | sed 's/:/-/'`.tgz *.c *.h Makefile Makefile.dep gfx2.ico
|
||||||
$(ZIP) $(ZIPOPT) grafx2-svn`svnversion | sed 's/:/-/'`$(TTFLABEL)-$(PLATFORM).$(ZIP) $(BIN) gfx2def.ini gfx2gui.gif gfx2.gif gfx2cfg.gif 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 fonts/Tuffy.ttf src-svn`svnversion | sed 's/:/-/'`.tgz $(PLATFORMFILES)
|
$(ZIP) $(ZIPOPT) grafx2-svn`svnversion | sed 's/:/-/'`$(TTFLABEL)-$(PLATFORM).$(ZIP) $(BIN) gfx2def.ini gfx2gui.gif gfx2.gif 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 fonts/Tuffy.ttf src-svn`svnversion | sed 's/:/-/'`.tgz $(PLATFORMFILES)
|
||||||
$(DELCOMMAND) src-svn`svnversion | sed 's/:/-/'`.tgz
|
$(DELCOMMAND) src-svn`svnversion | sed 's/:/-/'`.tgz
|
||||||
tar cvzf grafx2-svn`svnversion | sed 's/:/-/'`$(TTFLABEL)-src.tgz *.c *.h Makefile Makefile.dep gfx2def.ini gfx2gui.gif gfx2.ico gfx2cfg.ico gfx2.gif gfx2cfg.gif doc/gpl-2.0.txt fonts/8pxfont.png fonts/Tuffy.ttf
|
tar cvzf grafx2-svn`svnversion | sed 's/:/-/'`$(TTFLABEL)-src.tgz *.c *.h Makefile Makefile.dep gfx2def.ini gfx2gui.gif gfx2.ico gfx2.gif doc/gpl-2.0.txt fonts/8pxfont.png fonts/Tuffy.ttf
|
||||||
|
|
||||||
$(BIN) : $(OBJ) $(OBJRES)
|
$(BIN) : $(OBJ) $(OBJRES)
|
||||||
$(CC) $(OBJ) $(OBJRES) -o $(BIN) $(LOPT)
|
$(CC) $(OBJ) $(OBJRES) -o $(BIN) $(LOPT)
|
||||||
@ -289,7 +289,6 @@ install : $(BIN)
|
|||||||
$(CP) gfx2def.ini $(datadir)/grafx2/
|
$(CP) gfx2def.ini $(datadir)/grafx2/
|
||||||
$(CP) gfx2gui.gif $(datadir)/grafx2/
|
$(CP) gfx2gui.gif $(datadir)/grafx2/
|
||||||
$(CP) gfx2.gif $(datadir)/grafx2/
|
$(CP) gfx2.gif $(datadir)/grafx2/
|
||||||
$(CP) gfx2cfg.gif $(datadir)/grafx2/
|
|
||||||
$(if $(wildcard $(datadir)/grafx2/fonts),,$(MKDIR) $(datadir)/grafx2/fonts)
|
$(if $(wildcard $(datadir)/grafx2/fonts),,$(MKDIR) $(datadir)/grafx2/fonts)
|
||||||
cd fonts && $(CP) * $(datadir)/grafx2/fonts/
|
cd fonts && $(CP) * $(datadir)/grafx2/fonts/
|
||||||
@echo Install complete
|
@echo Install complete
|
||||||
@ -301,7 +300,6 @@ uninstall :
|
|||||||
$(DELCOMMAND) $(datadir)/grafx2/gfx2def.ini
|
$(DELCOMMAND) $(datadir)/grafx2/gfx2def.ini
|
||||||
$(DELCOMMAND) $(datadir)/grafx2/gfx2gui.gif
|
$(DELCOMMAND) $(datadir)/grafx2/gfx2gui.gif
|
||||||
$(DELCOMMAND) $(datadir)/grafx2/gfx2.gif
|
$(DELCOMMAND) $(datadir)/grafx2/gfx2.gif
|
||||||
$(DELCOMMAND) $(datadir)/grafx2/gfx2cfg.gif
|
|
||||||
$(DELCOMMAND) $(datadir)/grafx2/fonts/*
|
$(DELCOMMAND) $(datadir)/grafx2/fonts/*
|
||||||
$(if $(wildcard $(datadir)/grafx2/fonts),,$(RMDIR) $(datadir)/grafx2/fonts)
|
$(if $(wildcard $(datadir)/grafx2/fonts),,$(RMDIR) $(datadir)/grafx2/fonts)
|
||||||
$(if $(wildcard $(datadir)/grafx2),,$(RMDIR) $(datadir)/grafx2)
|
$(if $(wildcard $(datadir)/grafx2),,$(RMDIR) $(datadir)/grafx2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user