home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / tools / make / cmake / samples / cfg / cmake.cfg next >
Encoding:
Text File  |  1991-11-16  |  570 b   |  24 lines

  1. ; cmake.cfg - CMAKE configuration file
  2.  
  3. [CMAKE]
  4.  
  5. ; Assignment statements
  6. scan_include_files_for_includes = no
  7. search_source_dir_for_includes = yes
  8. search_current_dir_for_includes = yes
  9. c_include_""_on = yes
  10. c_include_<>_on = no
  11. asm_include_on = yes
  12. rc_include_""_on = yes
  13. rc_include_<>_on = no
  14. rc_include_resource_on = yes
  15. run_output_file = yes
  16. display_output_file_commands = no
  17. display_execution_time = yes
  18.  
  19. ; Command-definition statements
  20. command_definition : sort sp[<%s >%t]
  21.  
  22. ; Command-equivalence statements
  23. command_equivalence : find = sort
  24.