I know this is probably pretty far fetched, but is it possible to statically link an exe to all it's (non-mono) dll dependants? What I'd like to do is run something like "make deploy" that collects all dependants so I only have to deploy a single exe file. If this doesn't exist, how would one go about writing something like this? Colin.