When I copy all the source files to tmp in order to inline resources, and then compile tmp, the compiler reports errors against the files in tmp, but I would like it to report errors against the files in src. Is there some obvious way to make things work that way?
When I copy all the source files to
tmpin order to inline resources, and then compiletmp, the compiler reports errors against the files intmp, but I would like it to report errors against the files insrc. Is there some obvious way to make things work that way?