VCBUILD Options
VCBUILD has the following options:
Option |
Description |
---|---|
Specifies outputting only clean build outputs. |
|
Specifies prefixing error lines that are outputted to stdin, stdout, stderr with the string argument. |
|
Specifies creating an import library for a DLL configuration. |
|
Specifies prefixing information lines that are outputted to stdin, stdout, stderr with the string argument. |
|
Specifies performing a link without building sources. |
|
Specifies using file as the build log. |
|
Specifies printing commands and response file to the screen. |
|
Specifies the number of concurrent builds to run. |
|
Displays error and warning messages without colorization. |
|
Specifies not generating an import library. |
|
Specifies that .NET Framework 3.5 will be used for all assembly references when upgrading a CLR project from a previous version of Visual Studio. |
|
Specifies performing pass 0 (MIDL) of Build.exe. |
|
Specifies performing pass 1 (compile) of Build.exe (implies /implib). |
|
Specifies to perform pass 2 (link) of Build.exe (implies /noimplib). |
|
Only builds configurations for the given platform. |
|
Specifies cleaning build outputs and then performs a build. |
|
Logs the time it takes to complete the build. |
|
Upgrades the project file to the latest supported format. |
|
Uses the environment variables for PATH, INCLUDE, LIBS, and LIBPATH. |
|
Prefixes warning lines with a user-defined string. |