You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file name of the .xdc files used as input to xdcmake.exe. Specify one or more .xdc files or use *.xdc to use all .xdc files in the current directory.
31
+
The file name of the *`.xdc`* files used as input to xdcmake.exe. Specify one or more *`.xdc`* files or use *.xdc to use all *`.xdc`* files in the current directory.
32
32
33
33
*options*<br/>
34
34
Zero or more of the following:
35
35
36
36
|Option|Description|
37
37
|------------|-----------------|
38
-
|/?, /help|Display help for xdcmake.exe.|
39
-
|/assembly:*filename*|Lets you specify the value of the \<assembly> tag in the .xml file. By default, the value of the \<assembly> tag is the same as the filename of the .xml file.|
38
+
|`/?`, `/help`|Display help for xdcmake.exe.|
39
+
|`/assembly:filename`|Lets you specify the value of the \<assembly> tag in the .xml file. By default, the value of the \<assembly> tag is the same as the filename of the .xml file.|
40
40
|/nologo|Suppress copyright message.|
41
-
|/out:*filename*|Lets you specify the name of the .xml file. By default, the name of the .xml file is the filename of the first .xdc file processed by xdcmake.exe.|
41
+
|`/out:filename`|Lets you specify the name of the .xml file. By default, the name of the .xml file is the filename of the first .xdc file processed by xdcmake.exe.|
0 commit comments