info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sharing a file between to different modules (A dead-horse topic?)


From: Greg A. Woods
Subject: Re: Sharing a file between to different modules (A dead-horse topic?)
Date: Fri, 31 May 2002 12:03:33 -0400 (EDT)

[ On Wednesday, May 29, 2002 at 13:17:42 (-0600), Casey T. Zednick wrote: ]
> Subject: Sharing a file between to different modules (A dead-horse   topic?)
>
>       I have looked in the CVS book, Google, and the FAQ, but have not found 
> a 
> concrete answer to my problem.

That's because it's not really a CVS problem.  It's a generic software
managment problem.

>       Say I have two modules "web-server," and "ftp-server" and these two 
> projects need to share a file(s) "ATcpStack.c"  What would be the best way 
> to do this?

Create a module for the shared file(s).

Make the module build into a library.

Do release management on the module and install its library on your
build machines.

Link the programs built from the other modules with the library.

-- 
                                                                Greg A. Woods

+1 416 218-0098;  <address@hidden>;  <address@hidden>;  <address@hidden>
Planix, Inc. <address@hidden>; VE3TCP; Secrets of the Weird <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]