Browse thread
Building multiple configurations?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-03-23 (01:47) |
From: | Grant Olson <kgo@g...> |
Subject: | Re: [Caml-list] Re: Building multiple configurations? |
On 3/22/2010 9:37 PM, Michael Ekstrand wrote: > > You could also have the two different module implementations under > different names and have the build system symlink or copy the correct > one in place prior to building. In OMake, this is easy with the > 'ln-or-cp' command. > Exactly what I want. Now that you've pointed it out, it seems so obvious. Just copy the files and treat the copy as a build artifact. Thanks.