Lines Matching full:msbuild
4 echo.%~nx0 [flags and arguments] [quoted MSBuild options]
10 echo.directly to MSBuild may be passed. If the argument contains an '=', the
12 echo.Alternatively you can put extra flags for MSBuild in a file named
13 echo.`msbuild.rsp` in the `PCbuild` directory, one flag per line. This file
14 echo.will be picked automatically by MSBuild. Flags put in this file does not
75 rem These use the actual property names used by MSBuild. We could just let
103 call "%dir%find_msbuild.bat" %MSBUILD%
104 if ERRORLEVEL 1 (call "%dir%env.bat" && set MSBUILD=msbuild) variable
124 %MSBUILD% "%dir%\pythoncore.vcxproj" /t:KillPython %verbose%^
132 rem Call on MSBuild to do the work, echo the command.
136 %MSBUILD% "%dir%pcbuild.proj" /t:%target% %parallel% %verbose%^