1
1
Fork 0
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:
Pete Batard 2012-01-11 11:09:40 +00:00
parent e49549d26a
commit 130afd8294
9 changed files with 25 additions and 338 deletions

View file

@ -10,8 +10,12 @@ Features:
Compilation:
Use either Visual Studio 2010, WDK (Windows Driver Kit) or MinGW and then
invoke the .sln, wdk_build.cmd or configure/make respectively.
You can get additional information about what Rufus is doing through a Windows
debugger such as DebugView.
You can change the project options (FreeDOS support, etc) by editing the top-level
ms-config.h (Visual Studio, WDK) or running "./configure --help" (MinGW).
Additional information:
Rufus provides extensive information abour what it is doing through the Windows
debug facility, which can be accessed with an application such as DebugView.
More info:
http://rufus.akeo.ie