I can understand the Directory approach to build the project list of file, but could not it be possible to use (as an alternative) the Delphi Project Files ou Project Group ?
It would ensure some consistency between documentation and actual project;
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This could be problematic, reading only the DPR file will mis source files that are not part of the project but are still compiled as they are refrenced in the uses clause and they are in the project search path,
If DPR reading is indroduced be sure to scan the path directories looking for .pas files referenced in the uses clauses.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I can understand the Directory approach to build the project list of file, but could not it be possible to use (as an alternative) the Delphi Project Files ou Project Group ?
It would ensure some consistency between documentation and actual project;
Yes, you are right.
In fact, dpr read function AND ignore list may be implemented.
I don't know when, but I put it on Tracker !
Thx for your post.
Tracker created here :
http://sourceforge.net/tracker/index.php?func=detail&aid=971492&group_id=96281&atid=614258
This could be problematic, reading only the DPR file will mis source files that are not part of the project but are still compiled as they are refrenced in the uses clause and they are in the project search path,
If DPR reading is indroduced be sure to scan the path directories looking for .pas files referenced in the uses clauses.