home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / tools / coolwork / readthis.tx_ / readthis.tx
Text File  |  1994-02-22  |  388b  |  17 lines

  1. To compile the demos, use your compiler's ordinary command line
  2. for smart Windows callbacks and link with COOLWORX.LIB.
  3.  
  4. Examples:
  5.  
  6. Borland:
  7. BCC -v -WS cooledit.c coolworx.lib
  8. brc cooledit.rc cooledit.exe
  9.  
  10. Microsoft:
  11. cl -GA -Zi cooledit.c coolworx.lib cooledit.def
  12. rc cooledit.rc cooledit.exe
  13.  
  14. If you use an IDE, use small model, smart callbacks, and Windows
  15. EXE output.
  16.  
  17.