C
cverbiest
Guest
We went through a major refactoring of our code, from using non-standard extensions with all directories in the propath, to using standard extenstions and and short propath. /* before refactoring */ { vars.t } run main-l persistent. /* after refactoring */ { cceinc/vars.i } run ccetools/main-l.p persistent. The procedure to refactor the code uses the proparse tokenlister, Our actual procedure is very specific for our environment but I posted a sample procedure on oehive. (can't find it a the moment). I'll try to locate the sample
Continue reading...
Continue reading...