diff --git a/README.txt b/README.txt index e16468ad..32027a9f 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/ms-config.h b/ms-config.h new file mode 100644 index 00000000..e0006a10 --- /dev/null +++ b/ms-config.h @@ -0,0 +1,5 @@ +/* Option for Visual Studio and WDK compilation */ +/* For MinGW, use "./configure