Adam Ciazynski <adam.ciazynski (AT) gmail (DOT) com> wrote:
Quote:
The ECPG precompiler has the -I options that allows to specify
additional include paths for EXEC SQL INCLUDE statements. As my code
uses many include paths stored in a environment variable (because I'm
porting that app from another database) I was wondering if there is a
way to pass the whole list of include dirs to ECPG. In other words, is
there an env. var. that ECPG uses, something like ECPG_INCLUDE_DIR? |
I don't think there is, but you can use multiple -I flags for more than
one directory.
Yours,
Laurenz Albe