diff options
-rw-r--r-- | host/docs/build.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/docs/build.rst b/host/docs/build.rst index 812b5c1a9..74ebc9ee4 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -183,8 +183,8 @@ Open the Visual Studio Command Prompt Shorcut: :: cd <uhd-repo-path>\host\build - DevEnv ALL_BUILD.vcproj /Build Release - DevEnv INSTALL.vcproj /Build Release + DevEnv uhd.sln /build Release /project ALL_BUILD + DevEnv uhd.sln /build Release /project INSTALL ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Setup the PATH environment variable |