Skip to content

Commit

Permalink
Display _MSC_VER compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorsandy committed Sep 10, 2024
1 parent f519427 commit f22140a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@ IF "%PATH_PREPENDED%" NEQ "True" (
)
rem Display MSVC Compiler settings
ECHO.
ECHO -Display _MSC_VER %LP3D_MSC_VER% compiler settings
ECHO.
ECHO.%LP3D_MSC_VER% > %TEMP%\settings.c
cl.exe -Bv -EP %TEMP%\settings.c >NUL
ECHO.
Expand Down

0 comments on commit f22140a

Please sign in to comment.