Skip to content

Commit

Permalink
meta: improve msvc build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
zpl-zak committed Jul 13, 2023
1 parent 47a5788 commit 0dc2c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions misc/win/build_generic.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ set final_link_flags=%~5 winmm.lib -opt:ref -incremental:no

if not exist build mkdir build
pushd build
%me%\ctime.exe -begin %2.ct
%me%\ctime.exe -begin %2_stats.ct
cl %final_build_opts% %final_compile_flags% ../%~1 /link %final_link_flags% /out:%~2.exe
%me%\ctime.exe -end %2.ct %ERRORLEVEL%
%me%\ctime.exe -end %2_stats.ct %ERRORLEVEL%
popd

0 comments on commit 0dc2c8e

Please sign in to comment.