Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note that for %include, if the filename starts with slash, '/' character, no interpretation will be made. The full path name of the file will be used.

Anchor
SMSFILES
SMSFILES
Currently you cannot
From ecflow release 4.4.0  you can have variables in the include file definition.

Code Block
%include <%SUITE%/file.h>

...

 
%include %MY_INCLUDE%            # here MY_INCLUDE must expand, <filename> or "filename" or filename
%include %MY_INCLUDE:<filename>% # if MY_INCLUDE not defined use <filename>