mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[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:
parent
ea28080e0a
commit
e72d6546d1
20 changed files with 2683 additions and 1584 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
rm -f rufus*.exe
|
||||
./configure --disable-debug "$@"
|
||||
make clean
|
||||
make release
|
||||
make -j4 clean
|
||||
make -j4 release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue