diff --git a/vcbuild.bat b/vcbuild.bat index b821cf6a674ca2..9a32b2b033418d 100644 --- a/vcbuild.bat +++ b/vcbuild.bat @@ -333,7 +333,7 @@ if defined projgen goto run-configure if not exist node.sln goto run-configure if not exist .gyp_configure_stamp goto run-configure echo %configure_flags% > .tmp_gyp_configure_stamp -where /R . /T *.gyp? >> .tmp_gyp_configure_stamp +where /R . /T *.gyp* >> .tmp_gyp_configure_stamp fc .gyp_configure_stamp .tmp_gyp_configure_stamp >NUL 2>&1 if errorlevel 1 goto run-configure @@ -354,7 +354,7 @@ if not exist node.sln goto create-msvs-files-failed set project_generated=1 echo Project files generated. echo %configure_flags% > .gyp_configure_stamp -where /R . /T *.gyp? >> .gyp_configure_stamp +where /R . /T *.gyp* >> .gyp_configure_stamp :msbuild @rem Skip build if requested.