From 68422d2f398bfea9e2bec167b742647b4aa2e549 Mon Sep 17 00:00:00 2001 From: Cengiz Can <123910+cengizIO@users.noreply.github.com> Date: Fri, 22 Jun 2018 05:36:04 +0300 Subject: [PATCH] Makefile should clean *.lib files & as.exe needs linking (#47) --- Makefile | 2 +- Support/INSTALL_windows.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e942d2..904ed10 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,6 @@ storm.dll: $(error Please copy storm.dll (version 1.09b) here) clean: - @$(RM) -v $(OBJS) $(OBJS:.o=.d) $(PKWARE_OBJS) $(PKWARE_OBJS:.o=d) + @$(RM) -v $(OBJS) $(OBJS:.o=.d) $(PKWARE_OBJS) $(PKWARE_OBJS:.o=d) storm.lib diabloui.lib .PHONY: clean all diff --git a/Support/INSTALL_windows.md b/Support/INSTALL_windows.md index 4abfe69..f644dca 100644 --- a/Support/INSTALL_windows.md +++ b/Support/INSTALL_windows.md @@ -8,6 +8,7 @@ # Start the *MSYS2 MinGW 32-bit* terminal. pacman -Sy git make mingw-w64-i686-gcc mingw-w64-i686-binutils ln -s /mingw32/i686-w64-mingw32/bin/dlltool.exe /usr/bin/i686-w64-mingw32-dlltool.exe +ln -s /mingw32/i686-w64-mingw32/bin/as.exe /usr/bin/i686-w64-mingw32-as.exe ``` ## Building