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 ddd0386 commit 47a5788
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion misc/win/build_generic.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +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
cl %final_build_opts% %final_compile_flags% ../%~1 /link %final_link_flags% /out:%~2.exe
popd
%me%\ctime.exe -end %2.ct %ERRORLEVEL%
popd

0 comments on commit 47a5788

Please sign in to comment.