aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'um/README.md')
-rw-r--r--um/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/um/README.md b/um/README.md
index f18091a..e926e9a 100644
--- a/um/README.md
+++ b/um/README.md
@@ -7,10 +7,10 @@ A couple of usage examples are included along with the drivers.
* [libsimple]: [simple] driver usage examples.
* [libnt_path_converter]: [nt_path_converter] driver usage examples.
-[libservice]: libservice/README.md
-[libsimple]: libsimple/README.md
+[libservice]: service/README.md
+[libsimple]: wrappers/simple/README.md
[simple]: ../km/src/simple
-[libnt_path_converter]: libnt_path_converter/README.md
+[libnt_path_converter]: wrappers/special/nt_path_converter/README.md
[nt_path_converter]: ../km/src/special/nt_path_converter
Building the utilities
@@ -22,12 +22,12 @@ For example, using Visual Studio 2013 Update 4 for Windows Desktop (targetting
x86):
> cd
- C:\workspace\build\windows7-drivers
+ C:\workspace\build\windows7-drivers\um
> cmake -G "Visual Studio 12 2013" C:\workspace\personal\windows7-drivers\um
...
- > msbuild windows7_drivers_utils.sln
+ > cmake --build . --config release
...
See also