From f76ace93b6ae24e766a1dd2b56f92204762d8ddb Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 20 Jan 2011 15:43:00 -0800 Subject: uhd: correct msvc terminal commands for building --- host/docs/build.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/docs') 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 \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 -- cgit v1.2.3