Hi
In the svn at branches/windows-mpir is a
configure/make/make check mechanism for MSVC on Windows.
Open a console(dos box) change to the
build.vc9 directory and you can compile MSVC MPIR just like linux
configure
make
make check
make install , make clean dont work
yet
Only tested and works on VS9 and it uses
Brians VS9 project files
configure compiles a config.guess.exe which
gives a core2-pc-Win32 etc
configure accepts
--enable-shared
--enable-static
--disable-static
--disable-shared although you can only
build one at a time
--ABI32
--ABI64
--cpu-core2
--cpu-pentiummmx
etc
Given the configure options above it then makes a
choice on what to build.
Have fun.
Jason