Hi all;
I have a client/server application that are built in VC .NET. The
source codes are versioned in Perforce. I need automate the process to:
Setup environment variable, Check out latest changes, build
Client/Server projects, copy files to desired location, and so on.
Anybody can give me some references on this topic.
Thank you very much.
Mary
Carl Daniel [VC++ MVP] - 29 Sep 2005 06:52 GMT
> Hi all;
> I have a client/server application that are built in VC .NET. The
> source codes are versioned in Perforce. I need automate the process to:
> Setup environment variable, Check out latest changes, build
> Client/Server projects, copy files to desired location, and so on.
> Anybody can give me some references on this topic.
Look for FinalBuilder on the net - it should do everything you need.
-cd