Multiple Projects, Common Module

Posted by EShull on Stack Overflow See other posts from Stack Overflow or by EShull
Published on 2010-05-14T21:56:01Z Indexed on 2010/05/14 22:04 UTC
Read the original article Hit count: 235

I have a library of common functions that I use in several different projects, which works fine on my local machine where I can just add the path to the library, but now that I've put several of my projects on GoogleCode, I'm not sure how to deal with the external library. Do I put copies of it in each project and try to keep them all synchronized with each other, or is there a better way?

© Stack Overflow or respective owner

Related posts about open-source

Related posts about projects-and-solutions