| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 989fd73 commit eebcec7
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -274,13 +274,13 @@ fc .gyp_configure_stamp .tmp_gyp_configure_stamp >NUL 2>&1 | |||
| 274 | 274 | if errorlevel 1 goto run-configure | |
| 275 | 275 | ||
| 276 | 276 | :skip-configure | |
| 277 | - del .tmp_gyp_configure_stamp | ||
| 277 | + del .tmp_gyp_configure_stamp 2> NUL | ||
| 278 | 278 | echo Reusing solution generated with %configure_flags% | |
| 279 | 279 | goto msbuild | |
| 280 | 280 | ||
| 281 | 281 | :run-configure | |
| 282 | - del .tmp_gyp_configure_stamp | ||
| 283 | - del .gyp_configure_stamp | ||
| 282 | + del .tmp_gyp_configure_stamp 2> NUL | ||
| 283 | + del .gyp_configure_stamp 2> NUL | ||
| 284 | 284 | @rem Generate the VS project. | |
| 285 | 285 | echo configure %configure_flags% | |
| 286 | 286 | echo %configure_flags%> .used_configure_flags | |
| Back | FazBrowse Home | New Git URL |
0 commit comments