class SYSTEM_TOOLS
Summary
Overview
creation features
exported features
environment (var: STRING): STRING
effective function
config: SE_CONFIG
writable attribute
is_c_plus_plus_file_path (path: STRING): BOOLEAN
effective function
True when there path has one of the following suffix: ".cpp", ".cc", or ".C".
make_suffix: STRING
once function
Suffix for make file produced by compile_to_c.
x_suffix: STRING
once function
Executable files suffix.
object_suffix: STRING
once function
Of object File produced by the C Compiler.
precompiled_header_suffix: STRING
once function
Suffix for precompiled header.
precompile_header_supported: BOOLEAN
effective function
parent_directory (some_path: STRING)
effective procedure
Use the system_name knowledge to call feature compute_parent_directory_of of BASIC_DIRECTORY.