Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

loadcompilerconf

load compiler configuration.

Syntax

  • res = loadcompilerconf()
  • [res, compiler] = loadcompilerconf()

Output argument

  • res - a logical
  • compiler - a string: 'msvc', 'mingw', 'unix' or ''

Description

loadcompilerconf returns true if compiler was previously configured with configuremsvc or configuremingw.

loadcompilerconf returns always false on others platforms and 'unix' as compiler.

loadcompilerconf is called at Nelson's startup.

See also

removecompilerconf, configuremingw, configuremingw.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET