From dced7485a03ffdec9df71546a495327afbdc836b Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Mon, 5 Mar 2007 23:08:42 +0000 Subject: [PATCH] added slashes to msvc7 paths in mount commands --- panda/src/doc/howto.install_panda_on_windows.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panda/src/doc/howto.install_panda_on_windows.txt b/panda/src/doc/howto.install_panda_on_windows.txt index 3603fb7d7e..04db626698 100644 --- a/panda/src/doc/howto.install_panda_on_windows.txt +++ b/panda/src/doc/howto.install_panda_on_windows.txt @@ -367,11 +367,11 @@ access to the VR fileserver, mover, and SourceForge. If VC7.1 is installed: > mkdir /msvc71 - > mount -s C:/Program\ Files/Microsoft\ Visual\ Studio .NET\ 2003 /msvc71 + > mount -s C:/Program\ Files/Microsoft\ Visual\ Studio\ .NET\ 2003 /msvc71 If VC7 is installed: > mkdir /msvc7 - > mount -s C:/Program\ Files/Microsoft\ Visual\ Studio .NET /msvc7 + > mount -s C:/Program\ Files/Microsoft\ Visual\ Studio\ .NET /msvc7 If VC6 is installed: > mkdir /msvc98 /mscommon /mspsdk