[misc] update MinGW build chain for msys2

* Use autoconf and automake 1.14
* reinstate parallel build flags
* Also fix MinGW warnings and errors
This commit is contained in:
Pete Batard 2014-12-15 18:42:21 +00:00
parent ea28080e0a
commit e72d6546d1
20 changed files with 2683 additions and 1584 deletions

View file

@ -8,4 +8,4 @@ release: all
@$(STRIP) $(TARGET)$(EXEEXT)
@upx --lzma $(TARGET)$(EXEEXT)
@mv $(TARGET)$(EXEEXT) $(TARGET)-$(VERSION)$(SUFFIX)$(EXEEXT)
@cmd.exe /k _sign.cmd $(TARGET)-$(VERSION)$(SUFFIX)$(EXEEXT)
@cmd.exe //c _sign.cmd $(TARGET)-$(VERSION)$(SUFFIX)$(EXEEXT)