Newsgroups : Borland : borland.public.delphi.rtl.win32 : 2008 Feb : Sending code to another PC - rebuilds the whole program
| Subject: | Sending code to another PC - rebuilds the whole program |
| Posted by: | "JJ" (nospam@nospam.com) |
| Date: | Thu, 21 Feb 2008 13:03:17 |
I have Delphi 2006, and I frequently send my whole project to my colleague,
also using Delphi 2006,
To do this, I just ZIP up all kinds if file extensions from the main project
folder
*.pas/cfg/opt/dfm/res/inc/rc/dcu/lib/obj/opt/dsk/dof/bdsproj/map
The project takes a long time to build (20 mins) , so my hope was that
including the DCU would prevent an entire build from happening. But when he
gets it, and chooses the Ctrl-C9 compile, it instead builds the whole
program.
Any idea why?