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

  1.      COMMAND-DEFINITION STATEMENT SAMPLE
  2.  
  3.      This sample demonstrates how to add a new command to CMAKE's
  4.      vocabulary through the use of a command-definition statement in
  5.      the configuration file, "cmake.cfg".
  6.  
  7.  
  8.      TO RUN CMAKE:
  9.  
  10.         Execute CMAKE by entering the command
  11.  
  12.         cmake
  13.  
  14.         No parameters are required.
  15.  
  16.  
  17.      NOTE THE FOLLOWING:
  18.  
  19.      1. The commands (and comments) in the make file, "makefile".
  20.         CMAKE will deduce all dependencies from these commands.
  21.  
  22.         See: The Make File for CMAKE
  23.                User-Defined Commands
  24.                * When is a User-Defined Command Required?
  25.              in the help file.
  26.  
  27.      2. The command-definition statement and section tag, [CMAKE], in
  28.         the configuration file, "cmake.cfg".
  29.  
  30.         See: The CMAKE Configuration File
  31.              * Command-Definition Statements
  32.              * The CMAKE Section Tag in the Configuration File
  33.              in the help file.
  34.