Skip to content

Commit 9ea47cc

Browse files
committed
[CMAKE]
* configure.cmd: formatting. svn path=/branches/cmake-bringup/; revision=51502
1 parent 10bc602 commit 9ea47cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if defined ROS_ARCH (
2828
cl 2>&1 | find "16." > NUL && set BUILD_ENVIRONMENT=VS10
2929
if not defined BUILD_ENVIRONMENT (
3030
echo Error: Visual Studio version too old or version detection failed.
31-
exit /b
31+
exit /b
3232
)
3333
echo Detected Visual Studio Environment %BUILD_ENVIRONMENT%-%ARCH%
3434
if not "%1" == "VSSolution" (
@@ -57,7 +57,7 @@ exit /b
5757
:: Create directories
5858
:createdirs
5959

60-
set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH%
60+
set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH%
6161
if "%REACTOS_SOURCE_DIR%" == "%CD%\" (
6262
echo Creating directories in %REACTOS_OUTPUT_PATH%
6363

0 commit comments

Comments
 (0)