info-cvs
[Top][All Lists]
Advanced

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

Fw: Directory Structure and Grabbing Libraries


From: Derrick Schertz
Subject: Fw: Directory Structure and Grabbing Libraries
Date: Thu, 15 Apr 2004 13:08:53 -0500

 
 
We have some core code which many people use but basically one guy maintains.  I'd like
to give common users a way to grab the current C++ library along with its header files, as
they really don't need or want all the gory details of the .cpp source code.
 
Suggestions? 
 
I know I could set up a modules file which listed just these files explicitly, but this doesn't work:
> mathstuff -a *.h mathstuff.lib
because the wildcard isn't supported in this context, which means I'd have to maintain an explicit .h list.
 
Furthermore it'd be really nice if the common users got a read-only copy...
Is this within the scope of source control -- maybe instead I should set up a code vault
for compiled and tested code to be retrieved by the common user as needed?
 
 
- Derrick

reply via email to

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