mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
Fix script
This commit is contained in:
parent
2bdb14b1f7
commit
5562b30f82
@ -1,3 +1,8 @@
|
||||
@echo off
|
||||
|
||||
%* | findstr /v /b "warning C4786"
|
||||
%* > "%TEMP%\compile.tmp"
|
||||
set error=%errorlevel%
|
||||
|
||||
type %TEMP%\compile.tmp | findstr /v /b "warning C4786"
|
||||
|
||||
exit /b %error%
|
||||
|
||||
Loading…
Reference in New Issue
Block a user