From 2b0d65a49964bc8f14791bb058acb4221ca1d2e0 Mon Sep 17 00:00:00 2001 From: gladman Date: Fri, 18 Jun 2010 09:39:42 +0000 Subject: [PATCH] minor update to VC++ readme files --- build.vc10/readme.txt | 3 +++ build.vc9/readme.txt | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build.vc10/readme.txt b/build.vc10/readme.txt index d276110e..bd8cb500 100644 --- a/build.vc10/readme.txt +++ b/build.vc10/readme.txt @@ -135,6 +135,9 @@ DLL) that has been built. To build the MPIR C+ library wrapper use: lib_mpir_cxx - MPIR C++ wrapper static library (win32 & x64) +The DLL projects include the C++ functions so an additional library +is not needed when they are used. + The Tests ========= diff --git a/build.vc9/readme.txt b/build.vc9/readme.txt index a6789ec0..6e200dcd 100644 --- a/build.vc9/readme.txt +++ b/build.vc9/readme.txt @@ -194,6 +194,9 @@ DLL) that has been built. To build the MPIR C+ library wrapper use: lib_mpir_cxx - MPIR C++ wrapper static library (win32 & x64) +The DLL projects include the C++ functions so an additional library +is not needed when they are used. + The Tests =========