[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:
Pete Batard 2012-01-06 16:46:27 +00:00
parent 3187f71933
commit 55e6cd8023
9 changed files with 115 additions and 204 deletions

View file

@ -1,5 +1,4 @@
:retry
@set password=
@set /p password=Please enter PFX password:
@E:\WinDDK\7600.16385.0\bin\amd64\signtool sign /v /f D:\Secured\akeo\pbatard.p12 /p %password% /t http://time.certum.pl %1 %2 %3 %4
@if ERRORLEVEL 1 goto retry