We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bc602 commit 9ea47ccCopy full SHA for 9ea47cc
configure.cmd
@@ -28,7 +28,7 @@ if defined ROS_ARCH (
28
cl 2>&1 | find "16." > NUL && set BUILD_ENVIRONMENT=VS10
29
if not defined BUILD_ENVIRONMENT (
30
echo Error: Visual Studio version too old or version detection failed.
31
- exit /b
+ exit /b
32
)
33
echo Detected Visual Studio Environment %BUILD_ENVIRONMENT%-%ARCH%
34
if not "%1" == "VSSolution" (
@@ -57,7 +57,7 @@ exit /b
57
:: Create directories
58
:createdirs
59
60
-set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH%
+set REACTOS_OUTPUT_PATH=output-%BUILD_ENVIRONMENT%-%ARCH%
61
if "%REACTOS_SOURCE_DIR%" == "%CD%\" (
62
echo Creating directories in %REACTOS_OUTPUT_PATH%
63
0 commit comments