Skip to content

Commit 68633ac

Browse files
committed
small cx
1 parent fa76474 commit 68633ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/lib-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Wraps the Microsoft 32-Bit Library Manager tool, *lib.exe*. The Library Manager
5353
|**OutputFile**|Optional **String** parameter.<br /><br /> Overrides the default name and location of the program that *lib.exe* creates.<br /><br /> This parameter corresponds to the **/OUT** option of *lib.exe* that takes a `filename` argument.|
5454
|**RemoveObjects**|Optional **String[]** parameter.<br /><br /> Omits the specified object from the output library. *Lib.exe* creates an output library by combining all objects (whether in object files or libraries), and then deleting any objects that are specified by this option.<br /><br /> This parameter corresponds to the **/REMOVE** option of *lib.exe* that takes a `membername` argument.|
5555
|**Sources**|Required `ITaskItem[]` parameter.<br /><br /> Specifies a list of source files separated by spaces.|
56-
|**SubSystem**|Optional **String** parameter.<br /><br /> Specifies the environment for the executable. The choice of subsystem affects the entry point symbol or entry point function.<br /><br /> Specify one of the following values, each of which corresponds to a command-line option.<br /><br /> - **Console** - **/SUBSYSTEM:CONSOLE**<br />- **Windows** - **/SUBSYSTEM:WINDOWS**<br />- **Native** - **/SUBSYSTEM:NATIVE**<br />- **EFI Application** - **/SUBSYSTEM:EFI_APPLICATION**<br />- **EFI Boot Service Driver** - **/SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER**<br />- **EFI ROM** - **/SUBSYSTEM:EFI_ROM**<br />- **EFI Runtime** - **/SUBSYSTEM:EFI_RUNTIME_DRIVER**<br />- **WindowsCE** - **/SUBSYSTEM:WINDOWSCE**ReplaceThisText<br />- **POSIX** - **/SUBSYSTEM:POSIX**<br /><br /> For more information, see [/SUBSYSTEM (Specify subsystem)](/cpp/build/reference/subsystem-specify-subsystem).|
56+
|**SubSystem**|Optional **String** parameter.<br /><br /> Specifies the environment for the executable. The choice of subsystem affects the entry point symbol or entry point function.<br /><br /> Specify one of the following values, each of which corresponds to a command-line option.<br /><br /> - **Console** - **/SUBSYSTEM:CONSOLE**<br />- **Windows** - **/SUBSYSTEM:WINDOWS**<br />- **Native** - **/SUBSYSTEM:NATIVE**<br />- **EFI Application** - **/SUBSYSTEM:EFI_APPLICATION**<br />- **EFI Boot Service Driver** - **/SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER**<br />- **EFI ROM** - **/SUBSYSTEM:EFI_ROM**<br />- **EFI Runtime** - **/SUBSYSTEM:EFI_RUNTIME_DRIVER**<br />- **WindowsCE** - **/SUBSYSTEM:WINDOWSCE**<br />- **POSIX** - **/SUBSYSTEM:POSIX**<br /><br /> For more information, see [/SUBSYSTEM (Specify subsystem)](/cpp/build/reference/subsystem-specify-subsystem).|
5757
|**SuppressStartupBanner**|Optional **Boolean** parameter.<br /><br /> If `true`, prevents the display of the copyright and version number message when the task starts.<br /><br /> For more information, see the **/NOLOGO** option at [Running LIB](/cpp/build/reference/running-lib).|
5858
|**TargetMachine**|Optional **String** parameter.<br /><br /> Specifies the target platform for the program or DLL.<br /><br /> Specify one of the following values, each of which corresponds to a command-line option.<br /><br /> - **MachineARM** - **/MACHINE:ARM**<br />- **MachineEBC** - **/MACHINE:EBC**<br />- **MachineIA64** - **/MACHINE:IA64**<br />- **MachineMIPS** - **/MACHINE:MIPS**<br />- **MachineMIPS16** - **/MACHINE:MIPS16**<br />- **MachineMIPSFPU** -**/MACHINE:MIPSFPU**<br />- **MachineMIPSFPU16** - **/MACHINE:MIPSFPU16**<br />- **MachineSH4** - **/MACHINE:SH4**<br />- **MachineTHUMB** - **/MACHINE:THUMB**<br />- **MachineX64** - **/MACHINE:X64**<br />- **MachineX86** - **/MACHINE:X86**<br /><br /> For more information, see [/MACHINE (Specify target platform)](/cpp/build/reference/machine-specify-target-platform).|
5959
|**TrackerLogDirectory**|Optional **String** parameter.<br /><br /> Specifies the directory of the tracker log.|

0 commit comments

Comments
 (0)