home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / c / cxl_tc.arc / README.TC < prev   
Text File  |  1988-07-24  |  964b  |  30 lines

  1.  
  2. This archive, CXL??_TC.ARC, should contain the following files:
  3.  
  4.     CXLDEMO.MAK     - make file for the demo program
  5.     CXLDEMO.PRJ     - project file for the demo program
  6.     CXLS.LIB        - CXL library for the tiny & small memory models
  7.     README.TC       - this file
  8.  
  9. In addition to this archive file, you will also need the CXL??.ARC file
  10. which contains the documentation, header files, and demo program.
  11.  
  12. The "??" represents the current CXL version number and may or may not be
  13. present in the file names.
  14.  
  15.  
  16. To compile a program using Turbo C and CXL functions:
  17.  
  18.         1.  Make sure all needed CXL header files are #included in
  19.             your source code file.
  20.  
  21.         2.  From the DOS command line, type:
  22.  
  23.                 tcc myfile.c cxls.lib
  24.  
  25.         3.  Or, if using the integrated environment (TC.EXE), you can create
  26.             a project file (MYFILE.PRJ) containing the line:
  27.  
  28.                 myfile.c cxls.lib
  29.  
  30.