From e28a32d922bbcb73a17cdba1718ca2e83ce67769 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 28 Aug 2011 22:31:11 +0200 Subject: [PATCH] Add in SDL.dll. --- Makefile.win | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.win b/Makefile.win index 7212eba29f..ab035fa9f4 100644 --- a/Makefile.win +++ b/Makefile.win @@ -160,10 +160,10 @@ clean: rm -f tools/*.o dist_x86: all - zip -r ssnes-win32-0.8.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll + zip -r ssnes-win32-0.8.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll SDL.dll dist_x86_64: all - zip -r ssnes-win64-0.8.zip $(TARGET) $(JTARGET) ssnes.cfg snes.dll + zip -r ssnes-win64-0.8.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