Fix the make path.
authorGed Murphy <gedmurphy@reactos.org>
Fri, 16 Apr 2010 10:48:02 +0000 (10:48 +0000)
committerGed Murphy <gedmurphy@reactos.org>
Fri, 16 Apr 2010 10:48:02 +0000 (10:48 +0000)
Should fix building using the RosBuild config in Visual Studio

svn path=/trunk/; revision=46893

reactos/rosbuild.bat

index 21f814b..c8f5a7c 100644 (file)
@@ -41,7 +41,7 @@ set "_ROSBE_FULL_PATH_=%_ROSBE_PATH_DIR%%_ROSBE_PATH_%"
 ::echo RosBE insall path = %_ROSBE_FULL_PATH_%
 
 :: Set the path which contains our build tools
-set _ROSBE_BIN_PATH=%_ROSBE_FULL_PATH_%i386\bin
+set _ROSBE_BIN_PATH=%_ROSBE_FULL_PATH_%Tools
 
 :: Add the path to the search path
 path=%path%;%_ROSBE_BIN_PATH%