diff --git a/vcbuild.bat b/vcbuild.bat index 78f3c242455f3c..e6a6d0d20f7ac2 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -383,8 +383,10 @@ if %errorlevel% equ 0 goto exit echo %1 | findstr /c:"src\tree.h" if %errorlevel% equ 0 goto exit -@rem skip subfolders under /src -echo %1 | findstr /r /c:"src\\.*\\.*" +echo %1 | findstr /r /c:"src\\tracing\\trace_event.h" +if %errorlevel% equ 0 goto exit + +echo %1 | findstr /r /c:"src\\tracing\\trace_event_common.h" if %errorlevel% equ 0 goto exit echo %1 | findstr /r /c:"test\\addons\\[0-9].*_.*\.h"