This project include MPIR 3.0.0 win32|x64
Debug|Release
LIB|DLL
MT|MD
binary which is built by Visual C++ 15.
See README.MPIR
- Import 'dll/XX/XX/mpir.lib'
- Import 'lib/XX/XX/XX/mpirxx.lib' (if use "gmpxx.h" or "mpirxx.h").
- Use 'mpir.dll' while running.
- Import 'lib/XX/XX/XX/mpir.lib'
- Import 'lib/XX/XX/XX/mpirxx.lib' (if use "gmpxx.h" or "mpirxx.h").
-
cd 'build.vc15'
-
call msbuild
call msbuild gc DLL Win32 Debug
call msbuild gc DLL Win32 Release
call msbuild gc DLL x64 Debug
call msbuild gc DLL x64 Release
call msbuild gc LIB Win32 Debug
call msbuild gc LIB Win32 Release
call msbuild gc LIB x64 Debug
call msbuild gc LIB x64 Release
call msbuild cxx LIB Win32 Debug
call msbuild cxx LIB Win32 Release
call msbuild cxx LIB x64 Debug
call msbuild cxx LIB x64 Release
note:
-
This Binary include
/MT
&/MD
in 'lib'. -
There is a bug in yasm 1.3.0, use old version or rebuid it from newest in GitHub.
-
Configure in VS, you can use variables to import .lib file, like this :
MPIR-Binary\lib\MD\$(Platform)\$(Configuration)\mpir.lib
.