mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-09 12:31:57 -04:00
[freedos] Embed FreeDOS always in a single version of rufus.c
* also bump version to rufus-next * also change build prefix from '#' to 'b' in tags
This commit is contained in:
parent
b397889ab6
commit
51fb4e339f
19 changed files with 30 additions and 140 deletions
|
@ -1,10 +1,5 @@
|
|||
#!/bin/sh
|
||||
rm -f rufus*.exe
|
||||
./configure --without-freedos
|
||||
./configure
|
||||
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