home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / COOLWORX.ZIP / DEMO / READTHIS
Text File  |  1994-02-10  |  387b  |  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 -W cooledit.c coolworx.lib
  8. brc cooledit.rc cooledit.exe
  9.  
  10. Microsoft:
  11. cl -GA -Zi cooledit.c coolworx.lib coolworx.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.