loadcompilerconf
Last updated
Was this helpful?
Last updated
Was this helpful?
load compiler configuration.
res = loadcompilerconf()
[res, compiler] = loadcompilerconf()
res - a logical
compiler - a string: 'msvc', 'mingw', 'unix' or ''
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.
, , .
1.0.0
initial version
Allan CORNET