From daf5f99979ce2eb5cf6b46aa4ee19b80b7322196 Mon Sep 17 00:00:00 2001 From: Yves Rizoud Date: Tue, 3 Feb 2009 01:34:26 +0000 Subject: [PATCH] Makefile fixes (ziprelease) git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@587 416bcca6-2ee7-4201-b75f-2eb2f807beb1 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index efe1b84d..d1ab299b 100644 --- a/Makefile +++ b/Makefile @@ -45,8 +45,8 @@ ifdef COMSPEC WINDRES = windres.exe OBJRES = $(OBJDIR)/winres.o CFGOBJRES = $(OBJDIR)/wincfgres.o - PLATFORM = win32 #no uname so we'll do that ourselve - PLATFORMFILES = SDL.dll SDL_image.dll libpng13.dll zlib1.dll gfxcfg.ico grafx2.ico $(TTFLIBS) #some misc files we have to add to the release archive under windows. + 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. ZIP = zip else