From 710c08e1589a1b805887e50a329bf77d1a894a18 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 30 Sep 2008 16:37:54 +0000 Subject: [PATCH] Some corrections. Take care of adding sdl.dll to the zip. git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@185 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1292b1fc..e59c08cb 100644 --- a/Makefile +++ b/Makefile @@ -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 + zip grafx2-beta-svn`svnversion`.zip $(BIN) gfx2.ini gfx2.dat gfx2.cfg gfx2.ico doc/gpl-2.0.txt SDL.dll $(BIN) : $(OBJ) $(CC) $(OBJ) -o $(BIN) $(LOPT)