1
0
Fork 0

Makefile should clean *.lib files & as.exe needs linking (#47)

master
Cengiz Can 2018-06-22 05:36:04 +03:00 committed by galaxyhaxz
parent 7e5bed4fb5
commit 68422d2f39
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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