On 28 September 2012 16:36, Brian Gladman <
b...@gladman.plus.com> wrote:
> -----Original Message----- From: Bill Hart
> Sent: Friday, September 28, 2012 4:16 PM
> To:
mpir-...@googlegroups.com
> Subject: Re: [mpir-devel] Possible Issue with the Windows command lIne
> build?
>
>
> I don't know very much about the command line build. But I am not
> really in favour of option 1.
>
> I don't see why option 3 is a problem. However, it depends. Is the cfg
> file different per architecture? Would it automatically find the right
> one if they were all there in their respective directories?
>
> ====================
>
> The problem is just the overhead of producing them and keeping them up to
> date.
>
> They are generated automatically by the Visual Studio build generator so
> someone has to build every possible architecture variation to set up all of
> them.
>
> The Visual Studio build in MPIR is now very different to that supplied
> earlier. Apart from a small number of pre-configured builds, a user now has
> to run a Python program and select the architecture for which they wish to
> build. This then produces a number of files needed for building with Visual
> Studio, after which MPIR for the selected architecture can be built using
> the Visual Studio IDE. The necessary cfg.h files are built as a part of
> this process.