mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[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
This commit is contained in:
parent
3187f71933
commit
55e6cd8023
9 changed files with 115 additions and 204 deletions
10
_release.sh
Normal file
10
_release.sh
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
rm -f rufus*.exe
|
||||
./configure --without-freedos
|
||||
make clean
|
||||
make release -j2
|
||||
./configure --with-freedos
|
||||
# The only difference between FreeDOS and non FreeDOS is with the RC
|
||||
# => instead of invoking 'make clean, just remove the RC object
|
||||
rm src/rufus_rc.o
|
||||
make release -j2
|
Loading…
Add table
Add a link
Reference in a new issue