| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dc7bc2e commit c4be179
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -119,6 +119,8 @@ if "%target%"=="Clean" rmdir /S /Q %~dp0deps\icu | |||
| 119 | 119 | ||
| 120 | 120 | call :getnodeversion || exit /b 1 | |
| 121 | 121 | ||
| 122 | + if "%target%"=="Clean" rmdir /Q /S "%~dp0%config%\node-v%FULLVERSION%-win-%target_arch%" > nul 2> nul | ||
| 123 | + | ||
| 122 | 124 | @rem Set environment for msbuild | |
| 123 | 125 | ||
| 124 | 126 | if defined target_env if "%target_env%" NEQ "vc2015" goto vc-set-2013 | |
@@ -235,6 +237,16 @@ copy /Y ..\deps\npm\bin\npm node-v%FULLVERSION%-win-%target_arch%\ > nul | |||
| 235 | 237 | if errorlevel 1 echo Cannot copy npm && goto package_error | |
| 236 | 238 | copy /Y ..\deps\npm\bin\npm.cmd node-v%FULLVERSION%-win-%target_arch%\ > nul | |
| 237 | 239 | if errorlevel 1 echo Cannot copy npm.cmd && goto package_error | |
| 240 | + copy /Y ..\tools\msvs\nodevars.bat node-v%FULLVERSION%-win-%target_arch%\ > nul | ||
| 241 | + if errorlevel 1 echo Cannot copy nodevars.bat && goto package_error | ||
| 242 | + if not defined noetw ( | ||
| 243 | + copy /Y ..\src\res\node_etw_provider.man node-v%FULLVERSION%-win-%target_arch%\ > nul | ||
| 244 | + if errorlevel 1 echo Cannot copy node_etw_provider.man && goto package_error | ||
| 245 | + ) | ||
| 246 | + if not defined noperfctr ( | ||
| 247 | + copy /Y ..\src\res\node_perfctr_provider.man node-v%FULLVERSION%-win-%target_arch%\ > nul | ||
| 248 | + if errorlevel 1 echo Cannot copy node_perfctr_provider.man && goto package_error | ||
| 249 | + ) | ||
| 238 | 250 | ||
| 239 | 251 | echo Creating node-v%FULLVERSION%-win-%target_arch%.7z | |
| 240 | 252 | del node-v%FULLVERSION%-win-%target_arch%.7z > nul 2> nul | |
| Back | FazBrowse Home | New Git URL |
0 commit comments