Browse Source

added slashes to msvc7 paths in mount commands

Darren Ranalli 19 years ago
parent
commit
dced7485a0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      panda/src/doc/howto.install_panda_on_windows.txt

+ 2 - 2
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