LIB Help (lib.hlp) (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.
Add Command: Examples
 Add Command                               Up Contents Index Back
─────LIB────────────────────────────────────────────────────────────────────
 
          LIB MAINLIB +FLASH;
 
     This command adds the file FLASH.OBJ to the library MAINLIB.LIB.
 
          LIB MATH +TRIG.LIB;
 
     This command adds the contents of the library TRIG.LIB to the
     library MATH.LIB. The library TRIG.LIB is unchanged.
                                    -♦-