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
9cd04be529
rufus
/
_release.sh
6 lines
94 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 to VS2015 and fix VS code analysis issues * Also update Bled to latest, as well as build scripts * Note: Considering that Visual Studio 2015 is both freely and legally available for anyone who wants to use it to compile Rufus, starting with this commit, I will NOT be supporting any other version of Visual Studio but 2015.
2015-08-10 22:19:57 +00:00
make -j12 clean
make -j12 release
Reference in a new issue
Copy permalink