>> I'm just thinking out loud, so excuse me if this sounds utterly
>> stupid, but
>> why use XML for build scripts? I realise XML helps to a certain degree
>> with
>> portability, but surely a NAnt build script can only be as portable as
>> the
>> tasks it uses... all of which are written in C#,
I'm trying to build my solution file that contains, unmanaged and managed
c++ dlls, and C# dlls and exes.
The c++ projects make use of environment variables for the output dirs and
a number of other things. Nant doesn't seem to like this, saying "LET_OBJ"
(the first environment variable of mine)