From 130afd8294b2567dea3a87fec0c953b10c3a4fac Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Wed, 11 Jan 2012 11:09:40 +0000 Subject: [PATCH] [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 --- README.txt | 8 +- ms-config.h | 5 + rufus_fd_2010.sln | 39 ----- src/.msvc/rufus_2010.vcxproj | 3 +- src/.msvc/rufus_2010.vcxproj.filters | 5 +- src/.msvc/rufus_fd_2010.vcxproj | 197 ------------------------ src/.msvc/rufus_fd_2010.vcxproj.filters | 84 ---------- src/rufus.rc | 14 +- wdk_build.cmd | 8 - 9 files changed, 25 insertions(+), 338 deletions(-) create mode 100644 ms-config.h delete mode 100644 rufus_fd_2010.sln delete mode 100644 src/.msvc/rufus_fd_2010.vcxproj delete mode 100644 src/.msvc/rufus_fd_2010.vcxproj.filters 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