I've got a small project that I'm working on, and the core *.exe that I'm building has a decent amount of dependancies. I keep this, right now, in a folder of all the includes and a *.lib file for all the implementations. My question is, is there a way to package all the *.h files up with the *.cpp dependancies so I can just have one file to include? It would simplify distribution to colleagues I'm working with. Would this be a *.dll?
Kyle Zielinski