This website requires JavaScript.
Explore
Help
Sign In
nerd
/
rufus
Watch
1
Star
1
Fork
You've already forked rufus
0
mirror of
https://github.com/pbatard/rufus.git
synced
2024-08-14 23:57:05 +00:00
Code
Issues
1
Projects
Releases
Wiki
Activity
a282b09a47
rufus
/
_release.sh
6 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
[mingw] added --with-freedos to configure * default is enabled (=> add --without-freedos to disable) * also update the release process as a result * also update version to rufus next * also fixed FreeDOS embedded files lost when RC is edited in Visual Studio
2012-01-06 16:46:27 +00:00
#!/bin/sh
rm -f rufus*.exe
[internal] enable ALPHA/BETA from configure * Pass --enable-alpha or --enable-beta to configure/_release.sh
2014-11-28 00:00:59 +00:00
./configure --disable-debug
"
$@
"
[misc] update MinGW build chain for msys2 * Use autoconf and automake 1.14 * reinstate parallel build flags * Also fix MinGW warnings and errors
2014-12-15 18:42:21 +00:00
make -j4 clean
make -j4 release
Reference in a new issue
Copy permalink