We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccc2c8f commit 422e5c7Copy full SHA for 422e5c7
setenv.bat
@@ -44,6 +44,5 @@ set "LIB=%CmscRootDir%\msvc\lib\%BUILD_CPU%"
44
set "INCLUDE=%CmscRootDir%\msvc\include\crt;%CmscRootDir%\msvc\include;%CmscRootDir%\msvc\include\mfc;%CmscRootDir%\msvc\include\atl"
45
set "EXTRA_LIBS=msvcrt_compat.lib msvcrt_compat.obj"
46
set "CMSC_TCLSH=%CmscRootDir%\tclsh\bin\tclsh.exe"
47
-echo Cmsc %CMSC_VERSION%
48
-echo Environment initialized for: '%BUILD_CPU%'
+echo Cmsc %CMSC_VERSION% : Environment initialized for: '%BUILD_CPU%'
49
echo.
0 commit comments