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

  1.      CONFIGURATION FILE SAMPLE
  2.  
  3.      This sample demonstrates all the possible types of statements that
  4.      may be used in a CMAKE configuration file.
  5.  
  6.      NOTE THE FOLLOWING IN THE FILE, "cmake.cfg":
  7.  
  8.      1. The comments.
  9.  
  10.         See: The CMAKE Configuration File
  11.              * Comments in the Configuration File
  12.              in the help file.
  13.  
  14.      2. The section tag, [CMAKE].
  15.  
  16.         See: The CMAKE Configuration File
  17.              * The CMAKE Section Tag in the Configuration File
  18.              in the help file.
  19.  
  20.      3. The assignment statements.  "cmake.cfg" gives a complete list
  21.         of the Boolean variables that may be used in a
  22.         configuration file.  In this sample, each Boolean variable is
  23.         set to its default value.
  24.  
  25.         See: The CMAKE Configuration File
  26.              * Assignment Statements in the Configuration File
  27.              in the help file.
  28.  
  29.      4. The command-definition statement.
  30.  
  31.         See: The CMAKE Configuration File
  32.              * Command-Definition Statements
  33.              in the help file.
  34.  
  35.      5. The command-equivalence statement.
  36.  
  37.         See: The CMAKE Configuration File
  38.              * Command-Equivalence Statements
  39.              in the help file.
  40.