gexperts

Is there any simple automated way of finding out all the source files associated with a Delphi project?

若如初见. 提交于 2019-12-07 17:43:56
问题 I like to backup up the source code set for a project when I release a version. I use GExperts project backups, which seems to gather up all the files in the project manager into the ZIP file. You can also add arbitrary files to this file set, but I'm always conscious of the fact that I haven't necessarily got all the files. Unless I specifically go though the uses clauses and add all the units I have sources for to the project, I'll never be sure of storing all the files necessary to

Is there any simple automated way of finding out all the source files associated with a Delphi project?

喜欢而已 提交于 2019-12-05 18:33:53
I like to backup up the source code set for a project when I release a version. I use GExperts project backups, which seems to gather up all the files in the project manager into the ZIP file. You can also add arbitrary files to this file set, but I'm always conscious of the fact that I haven't necessarily got all the files. Unless I specifically go though the uses clauses and add all the units I have sources for to the project, I'll never be sure of storing all the files necessary to recreate the installable/executable. I've thought about rolling an app to traverse a project, following all