aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-04-20 11:37:09 +0900
committerJason A. Donenfeld <Jason@zx2c4.com>2019-04-20 11:37:09 +0900
commitdaba4f4c7ddf7928b8246bffe1bafd4f3f8216c4 (patch)
tree39f26737a00dacc03232e8baa3b1a36e691fdd83
parentMSM: Migrate WiX command line options to appropriate ItemGroups (diff)
downloadwintun-daba4f4c7ddf7928b8246bffe1bafd4f3f8216c4.tar.xz
wintun-daba4f4c7ddf7928b8246bffe1bafd4f3f8216c4.zip
README: fix up documentation
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 34ef9ab..5ac7773 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ If you already have `wintun.vcxproj.user` file, just add the `<PropertyGroup>` s
## Building from Command Line
-Open _Developer Command Prompt for VS 2017_ and use the `nmake` command:
+Open _Developer Command Prompt for VS 2017_ and use the `msbuild` command:
```
msbuild wintun.proj [/t:<target>] [/p:Configuration=<configuration>] [/p:Platform=<platform>]
@@ -48,9 +48,9 @@ msbuild wintun.proj [/t:<target>] [/p:Configuration=<configuration>] [/p:Platfor
- `Rebuild`: Alias for `Clean` followed by `Build`.
- - `SDV`: Runs Static Driver Verifier, which includes a clean driver build. Release configurations only.
+ - `SDV`: Runs Static Driver Verifier, which includes a clean driver build, only for release configurations.
- - `DVL`: Runs the `SDV`, and creates a Driver Verification Log in `wintun.DVL.XML` file. Release configurations only. When you are ready to test your driver using the Windows Hardware Certification Kit (HCK), you need to copy the `wintun.DVL.XML` file to the `%SystemDrive%\DVL` directory on the test computer.
+ - `DVL`: Runs the `SDV`, and creates a Driver Verification Log, only for release configurations.
- `MSM`: Builds Microsoft Installer Merge Module in `<output folder>\wintun-<platform>-<version>.msm`.