diff options
| author | Josh Blum <josh@joshknows.com> | 2011-01-20 15:43:00 -0800 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-01-20 15:43:00 -0800 |
| commit | f76ace93b6ae24e766a1dd2b56f92204762d8ddb (patch) | |
| tree | d556e321f6704b168222236c9e3bcffc0da28493 | |
| parent | 9239878b0b81c3a368bf11cfc2fe48bfb05ff902 (diff) | |
| download | uhd-f76ace93b6ae24e766a1dd2b56f92204762d8ddb.tar.gz uhd-f76ace93b6ae24e766a1dd2b56f92204762d8ddb.tar.bz2 uhd-f76ace93b6ae24e766a1dd2b56f92204762d8ddb.zip | |
uhd: correct msvc terminal commands for building
| -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 |
