home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / Samples / CM100EXE.ARJ / CM100EXE.ZIP / SAMPLES / COPY / README.TXT < prev   
Encoding:
Text File  |  1991-11-17  |  473 b   |  23 lines

  1.      COPY SAMPLE
  2.  
  3.      This sample demonstrates how CMAKE handles the COPY command.
  4.  
  5.  
  6.      TO RUN CMAKE:
  7.  
  8.         Execute CMAKE by entering the command
  9.  
  10.         cmake
  11.  
  12.         No parameters are required.
  13.  
  14.  
  15.      NOTE THE FOLLOWING:
  16.  
  17.         The commands (and comments) in the make file, "makefile".
  18.         CMAKE will deduce all dependencies from these commands.
  19.  
  20.         See: The Make File for CMAKE
  21.              * COPY
  22.              in the help file.
  23.