* configure.cmd: formatting.

svn path=/branches/cmake-bringup/; revision=51502
This commit is contained in:
Amine Khaldi 2011-04-30 11:34:02 +00:00
parent 10bc602a7c
commit 9ea47cc905

View file

@ -28,7 +28,7 @@ if defined ROS_ARCH (
cl 2>&1 | find "16." > NUL && set BUILD_ENVIRONMENT=VS10 cl 2>&1 | find "16." > NUL && set BUILD_ENVIRONMENT=VS10
if not defined BUILD_ENVIRONMENT ( if not defined BUILD_ENVIRONMENT (
echo Error: Visual Studio version too old or version detection failed. echo Error: Visual Studio version too old or version detection failed.
exit /b exit /b
) )
echo Detected Visual Studio Environment %BUILD_ENVIRONMENT%-%ARCH% echo Detected Visual Studio Environment %BUILD_ENVIRONMENT%-%ARCH%
if not "%1" == "VSSolution" ( if not "%1" == "VSSolution" (
@ -57,7 +57,7 @@ exit /b
:: Create directories :: Create directories
:createdirs :createdirs
set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH% set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH%
if "%REACTOS_SOURCE_DIR%" == "%CD%\" ( if "%REACTOS_SOURCE_DIR%" == "%CD%\" (
echo Creating directories in %REACTOS_OUTPUT_PATH% echo Creating directories in %REACTOS_OUTPUT_PATH%