class SYSTEM_TOOLS
Summary
Overview
creation features
exported features
system_list: FAST_ARRAY[STRING]
once function
compiler_list: FAST_ARRAY[STRING]
once function
c_plus_plus_compiler_list: FAST_ARRAY[STRING]
once function
Compilers (among compiler_list) which can handle C++
set_system_name (name: STRING)
effective procedure
set_system_flavor (name: STRING)
effective procedure
add_x_suffix (cmd: STRING)
effective procedure
make
effective procedure
system_name: STRING
writable attribute
system_flavor: STRING
writable attribute
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