Lines Matching defs:target
24 @rem Same as the test-ci target in Makefile
29 set target=Build
82 if /i "%1"=="clean" set target=Clean&goto arg-ok
83 if /i "%1"=="testclean" set target=TestClean&goto arg-ok
216 if "%target%"=="Clean" echo deleting %~dp0deps\icu
217 if "%target%"=="Clean" rmdir /S /Q %~dp0deps\icu
220 if "%target%"=="TestClean" (
238 if not "%target%"=="Clean" goto skip-clean
250 @rem usually vcvarsall takes an argument: host + '_' + target
252 @rem unless both the host and the target are the same
385 if "%target%"=="Build" (
386 if defined no_cctest set target=node
387 if "%test_args%"=="" set target=node
388 if defined cctest set target="Build"
390 if "%target%"=="node" if exist "%config%\cctest.exe" del "%config%\cctest.exe"
396 msbuild node.sln %msbcpu% /t:%target% /p:Configuration=%config% /p:Platform=%msbplatform% /clp:NoItemAndPropertyList;Verbosity=minimal /nologo %extra_msbuild_args%
401 if "%target%" == "Clean" goto exit
744 echo "Deprecated no-op target 'lint_md_build'"