ILINK Help (ilink.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Running ILINK
 Example                                   Up Contents Index Back
─────Running ILINK──────────────────────────────────────────────────────────
 
     Command-Line Syntax
 
     ILINK [options] projname [modulelist]
 
     Only the <projname> field is required.
 
     <options>      Options that modify ILINK actions.
                    See: ILINK Options
 
     <projname>     Executable (.EXE) or dynamic-link library (.DLL)
                    file to be incrementally linked. If no file-name
                    extension is entered, then .EXE is assumed.
 
     <modulelist>   Modules in <projname> that have been changed.
                    Modules do not have file-name extensions. Separate
                    modules by spaces.
 
                    If no modules are listed, then all modules are
                    checked to see if their corresponding object files
                    are out-of-date with respect to <projname>. The /A
                    option causes the same action.
                    See: Check All Modules (/A)
 
     ILINK requires that certain files be in the current directory or
     on your path.
     See: Files Required by ILINK
                                    -♦-