mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 14:05:22 -04: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
5
ms-config.h
Normal file
5
ms-config.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Option for Visual Studio and WDK compilation */
|
||||
/* For MinGW, use "./configure <option>" instead */
|
||||
|
||||
/* Embed FreeDOS files and allow FreeDOS support */
|
||||
#define WITH_FREEDOS
|
Loading…
Add table
Add a link
Reference in a new issue