|
From: | Gary Oberbrunner |
Subject: | Re: How do I inhibit the copying of the source files to the build tree |
Date: | Fri, 15 Mar 2002 10:54:26 -0500 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.8) Gecko/20020204 |
Anthony Kolarik wrote:
> But as far as I can tell, it should be easy to just write new > CCCOM etc. > rules to do what you want, right? Just stop using Link, and > make your > CCCOM (and all the rest) use -o%BUILDDIR%/%> or whatever you > want (and > make BUILDDIR contain your variant name). Cons doesn't > prevent this at all.This would give you one dir with everything in it I assume? Not a parallel tree?
Well, you could set it up any way you want. %> contains the whole relative pathname, so you'll get a parallel tree if you do it like I suggested above.
-- Gary
[Prev in Thread] | Current Thread | [Next in Thread] |