mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CMAKE]
* configure.cmd: formatting. svn path=/branches/cmake-bringup/; revision=51502
This commit is contained in:
parent
10bc602a7c
commit
9ea47cc905
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ if defined ROS_ARCH (
|
|||
cl 2>&1 | find "16." > NUL && set BUILD_ENVIRONMENT=VS10
|
||||
if not defined BUILD_ENVIRONMENT (
|
||||
echo Error: Visual Studio version too old or version detection failed.
|
||||
exit /b
|
||||
exit /b
|
||||
)
|
||||
echo Detected Visual Studio Environment %BUILD_ENVIRONMENT%-%ARCH%
|
||||
if not "%1" == "VSSolution" (
|
||||
|
@ -57,7 +57,7 @@ exit /b
|
|||
:: Create directories
|
||||
:createdirs
|
||||
|
||||
set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH%
|
||||
set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH%
|
||||
if "%REACTOS_SOURCE_DIR%" == "%CD%\" (
|
||||
echo Creating directories in %REACTOS_OUTPUT_PATH%
|
||||
|
||||
|
|
Loading…
Reference in a new issue