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
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to