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
8c1dd2ca91
rufus
/
_release.sh
6 lines
79 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
[misc] optimize for size * Tests show that it should have much impact on UFD creation speed and helps shave ~15KB with gcc 4.8.x * Also adjust the version nano so that it matches the number of commits seen by github * This means there is NO build 399
2014-02-01 00:03:57 +00:00
./configure --disable-debug
[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
make clean
[misc] fix MinGW compilation issues
2013-06-03 23:44:49 +00:00
make release
Reference in a new issue
Copy permalink