isle/compile.cmd
Christian Semmler 5562b30f82 Fix script
2023-12-06 13:56:57 -05:00

9 lines
134 B
Batchfile

@echo off
%* > "%TEMP%\compile.tmp"
set error=%errorlevel%
type %TEMP%\compile.tmp | findstr /v /b "warning C4786"
exit /b %error%