Associate options with files

Many preprocessor options affect only files that are displayed to the right of the option on the command line. For example in this command line:
esql -G source1.ec -ansi source2.ec

The -G option affects the source1.ec file, and both the -ansi and the -G options affect the source2.ec file.