Asmc Library Manager Reference
October 13, 2024 ยท View on GitHub
Asmc Macro Assembler Reference
Asmc Library Manager Reference
In This Section
- About LIBW
- Library Manager options
About LIBW
LIBW is a fork of JWlib.
The changes in the JWlib sources are:
- added a MS LINK comp.id entry in 64-bit import libs for VS
- added some MS LIB compatible command-line options
- added module-definition (.def) input
Library Manager options
| Option | Purpose |
| /DEF:filename | Passes a module-definition (.def) file. |
| /LIST[:filename] | Make list (-l) |
| /MACHINE:{X64|X86} | Specifies the target platform. |
| /NODEC | No symbol decoration (.def input). |
| /NOLOGO | Suppresses the startup banner. |
| /OUT:filename | Specifies the output file name. |