Skip to content

Commit

Permalink
[misc] update MinGW build chain for msys2
Browse files Browse the repository at this point in the history
* Use autoconf and automake 1.14
* reinstate parallel build flags
* Also fix MinGW warnings and errors
  • Loading branch information
pbatard committed Dec 15, 2014
1 parent ea28080 commit e72d654
Show file tree
Hide file tree
Showing 20 changed files with 2,702 additions and 1,603 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
x86_32
x86_64
autom4te.cache
compile
config.guess
./config.h
config.log
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading

0 comments on commit e72d654

Please sign in to comment.