ini and cfg files are not needed and will be regenerated from default settings on load

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@208 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2008-10-07 14:58:03 +00:00
parent 681940ffd8
commit b01b598141

View File

@ -42,7 +42,7 @@ zip :
# A release zip archive
ziprelease:
zip grafx2-beta-svn`svnversion`.zip $(BIN) gfx2.ini gfx2.dat gfx2.cfg gfx2.ico doc/gpl-2.0.txt SDL.dll
zip grafx2-beta-svn`svnversion`.zip $(BIN) gfx2.dat gfx2.ico doc/gpl-2.0.txt SDL.dll
$(BIN) : $(OBJ)
$(CC) $(OBJ) -o $(BIN) $(LOPT)