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

  1. /Gm - Link with the multithread library, instead of the single-thread library.
  2.  
  3. /Gd - Dynamically link to the runtime library, instead of linking statically.
  4.  
  5. /Fo"anotebw6.obj" - Control and name object file.
  6.  
  7. /C - Perform compile without linking, instead of compiling and linking.
  8.  
  9. Type: exit to close the Command-line Session window.