Hello,
I have a handful of XDC modules which reference text files as configuration parameters. These text files are read in to produce various lookup tables. Is there a method to force a rebuild if one of these referenced files is modified?
ex:
ModA
{
config string CsvLookupFile = "table.txt";
blah.. blah.. blah...
}
other than manually cleaning, if table.txt changes, is there a method which can that force a rebuild (re-run of the configuration process) "automatically"?
Thanks!