I am trying to resurrect this topic after a while. Perhaps someone has the answer, when so many freelancers must deliver their code.
Yes, I could use the installer or whatever suitable, but how do I retrieve (copy) exactly those files that were used in the particular project? There are many generic files in the project (mostly there is a single file per class), I would like to pack only those files used by the top project file (and its dependencies inc. resources).
You agree to website policy and terms of use
Hi, I wonder how you pack the source code for delivery if it uses many #include directives with code distributed in many files.
I think that solution could be smart replacing the #include directives by files content. It is actually not a trivial task, so before I start with the tool, I wonder if some of you mastered the code distribution in a better way.