In 'Make ziprelease', added missing font, plus sources to conform GPL.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@232 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
f293fd4694
commit
35e9c2ee10
8
Makefile
8
Makefile
@ -60,14 +60,10 @@ release : $(BIN) $(CFGBIN)
|
|||||||
strip $(BIN)
|
strip $(BIN)
|
||||||
strip $(CFGBIN)
|
strip $(CFGBIN)
|
||||||
|
|
||||||
# A raw source archive
|
|
||||||
zip :
|
|
||||||
tar cvzf gfx2-src.tgz *.c *.h Makefile Makefile.dep gfx2.dat gfx2.ini doc/gpl-2.0.txt \
|
|
||||||
8pxfont.png
|
|
||||||
|
|
||||||
# A release zip archive
|
# A release zip archive
|
||||||
ziprelease:
|
ziprelease:
|
||||||
zip grafx2-beta-svn`svnversion`.zip $(BIN) $(CFGBIN) gfx2.dat gfx2.ico doc/gpl-2.0.txt SDL.dll
|
tar cvzf src-svn`svnversion`.tgz *.c *.h Makefile Makefile.dep
|
||||||
|
zip grafx2-beta-svn`svnversion`.zip $(BIN) $(CFGBIN) gfx2.dat gfx2.ico doc/gpl-2.0.txt SDL.dll 8pxfont.png src-svn`svnversion`.tgz
|
||||||
|
|
||||||
$(BIN) : $(OBJ)
|
$(BIN) : $(OBJ)
|
||||||
$(CC) $(OBJ) -o $(BIN) $(LOPT)
|
$(CC) $(OBJ) -o $(BIN) $(LOPT)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user