The following is a summary of ILIB options on Windows.
|
Syntax |
Description |
Default |
Page |
|---|---|---|---|
|
/? |
Display help |
None |
|
|
/BA[CKUP] /NOBA[CKUP] |
Back up the output file (if it exists) before overwriting it |
/BA |
|
|
/DEF:def |
Specify the name of a .def file to use to get information about exported symbols and linker parameters |
None |
|
|
/F[REEFORMAT] /NOF[REEFORMAT] |
Use the free format command line |
/F |
|
|
/GEND[EF]:filename |
Generate a .def file |
None |
|
|
/GENI[MPLIB]:filename |
Generate an import library |
None |
|
|
/H[ELP] |
Display help |
None |
|
|
/L[IST]:filename |
Generate a list file |
None |
|
|
/NOE[XTDICTIONARY] /EXTD[ICTIONARY] |
Do not generate an extended dictionary in an OMF library |
/EXTD |
|
|
/O[UT]:filename |
Specify the name of the output library |
None |
|
|
/Q[UIET], /NOL[OGO] /LO[GO], /NOQ[UIET] |
Do not display the banner on startup |
/LO |
|
|
/W[ARN:msgnum,msgnum[,...]] /NOW[ARN:msgnum,msgnum[,...]] |
Enable printing of warning message number msgnum |
None |
You can also substitute a dash (-) for the slash (/) preceding the option. For example, -FREEFORMAT is equivalent to /FREEFORMAT.
See below for detailed information on each ILIB option.