From d109c22b49fa6ce21440e49edc2fa5e398ec5f40 Mon Sep 17 00:00:00 2001 From: Themaister Date: Mon, 16 Jan 2012 22:10:31 +0100 Subject: [PATCH] Update Windows makefile. --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index d552c14b45..9525a1522d 100644 --- a/Makefile.win +++ b/Makefile.win @@ -182,10 +182,10 @@ clean: rm -f tools/*.o dist_x86: all - zip -r ssnes-win32-0.9.3.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll + zip -r ssnes-win32-0.9.4.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll dist_x86_64: all - zip -r ssnes-win64-0.9.3.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll + zip -r ssnes-win64-0.9.4.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll libs_x86: wget https://github.com/downloads/Themaister/SSNES/SSNES-win32-libs.zip --no-check-certificate