mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[msvc] move FreeDOS config option to a header file
* use toplevel ms-config.h for options, rather than duplicate project files * applies for MSVC and WDK
This commit is contained in:
parent
e49549d26a
commit
130afd8294
9 changed files with 25 additions and 338 deletions
|
@ -1,15 +1,7 @@
|
|||
@echo off
|
||||
::# NB: You can pass the option FD to build a version of rufus that includes FreeDOS
|
||||
|
||||
if Test%BUILD_ALT_DIR%==Test goto usage
|
||||
|
||||
::# process commandline parameters
|
||||
set FREEDOS=
|
||||
if "%1" == "" goto no_more_args
|
||||
::# /I for case insensitive
|
||||
if /I Test%1==TestFD set C_DEFINES="/DWITH_FREEDOS"
|
||||
:no_more_args
|
||||
|
||||
::# /M 2 for multiple cores
|
||||
set BUILD_CMD=build -bcwgZ -M2
|
||||
set PWD=%~dp0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue