home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / tutorial / present / text / 126d2.txt < prev    next >
Encoding:
Text File  |  1996-02-20  |  331 b   |  3 lines

  1. The icc command without the /C option automatically invokes the linker. In the previous step, you disabled the linker by using the /C option. The ilink command invokes the linker independent of the compiler, so that you can link only those object files that you need/want to.
  2.  
  3. Type: exit to close the Command-line Session window.