Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Bo Berglund wrote: > One of the reasons he gave was > that the exe he was building required certain dll:s and other common > files to be in the same dir as the exe in order for the exe to work. > That is why he created the strange definition. I'm probably stating the obvious here, but I usually set this up in the make script with copies to a build directory (that's not in the repository). The build dir could even be the source dir (I don't like that, but it's possible), with the files that get copied there being cvsignored. Gerhard