| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e4f802d commit 2aaf2f2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -295,7 +295,7 @@ if defined projgen goto run-configure | |||
| 295 | 295 | if not exist node.sln goto run-configure | |
| 296 | 296 | if not exist .gyp_configure_stamp goto run-configure | |
| 297 | 297 | echo %configure_flags% > .tmp_gyp_configure_stamp | |
| 298 | - where /R . /T *.gyp? >> .tmp_gyp_configure_stamp | ||
| 298 | + where /R . /T *.gyp* >> .tmp_gyp_configure_stamp | ||
| 299 | 299 | fc .gyp_configure_stamp .tmp_gyp_configure_stamp >NUL 2>&1 | |
| 300 | 300 | if errorlevel 1 goto run-configure | |
| 301 | 301 | ||
@@ -316,7 +316,7 @@ if not exist node.sln goto create-msvs-files-failed | |||
| 316 | 316 | set project_generated=1 | |
| 317 | 317 | echo Project files generated. | |
| 318 | 318 | echo %configure_flags% > .gyp_configure_stamp | |
| 319 | - where /R . /T *.gyp? >> .gyp_configure_stamp | ||
| 319 | + where /R . /T *.gyp* >> .gyp_configure_stamp | ||
| 320 | 320 | ||
| 321 | 321 | :msbuild | |
| 322 | 322 | @rem Skip build if requested. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments