Makefile fixes (ziprelease)
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@587 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
parent
306752eaeb
commit
daf5f99979
4
Makefile
4
Makefile
@ -45,8 +45,8 @@ ifdef COMSPEC
|
|||||||
WINDRES = windres.exe
|
WINDRES = windres.exe
|
||||||
OBJRES = $(OBJDIR)/winres.o
|
OBJRES = $(OBJDIR)/winres.o
|
||||||
CFGOBJRES = $(OBJDIR)/wincfgres.o
|
CFGOBJRES = $(OBJDIR)/wincfgres.o
|
||||||
PLATFORM = win32 #no uname so we'll do that ourselve
|
PLATFORM = win32
|
||||||
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.
|
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
|
ZIP = zip
|
||||||
else
|
else
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user