I would like to invoke the compiler in batch mode passing all the options from a single text file, for example:
chc08.exe -options_file ComOpt.txt
I searched the documentation and the forum but I couldn't find a way to do this. Is it possible as far as you know ?
I cannot pass all the options directly on the command line because in some projects we have a large number of included paths and this leads to exceeding the limit of characters for a windows command line.
Thanks,
Matteo