Skip to content

Commit 422e5c7

Browse files
committed
Minor change for logo message
1 parent ccc2c8f commit 422e5c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setenv.bat

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,5 @@ set "LIB=%CmscRootDir%\msvc\lib\%BUILD_CPU%"
4444
set "INCLUDE=%CmscRootDir%\msvc\include\crt;%CmscRootDir%\msvc\include;%CmscRootDir%\msvc\include\mfc;%CmscRootDir%\msvc\include\atl"
4545
set "EXTRA_LIBS=msvcrt_compat.lib msvcrt_compat.obj"
4646
set "CMSC_TCLSH=%CmscRootDir%\tclsh\bin\tclsh.exe"
47-
echo Cmsc %CMSC_VERSION%
48-
echo Environment initialized for: '%BUILD_CPU%'
47+
echo Cmsc %CMSC_VERSION% : Environment initialized for: '%BUILD_CPU%'
4948
echo.

0 commit comments

Comments
 (0)