From: robk-tahoe <robk-tahoe@allmydata.com>
Date: Tue, 8 Jan 2008 00:50:20 +0000 (-0700)
Subject: short note about building cryptopp under cywin/native on win
X-Git-Tag: allmydata-tahoe-0.7.0~4
X-Git-Url: https://git.rkrishnan.org/specifications/index.php?a=commitdiff_plain;h=63c12f96ef1e0512dff28e382dc77ece7152fd14;p=tahoe-lafs%2Ftahoe-lafs.git

short note about building cryptopp under cywin/native on win
---

diff --git a/README.win32 b/README.win32
index aafd0490..1b421f0b 100644
--- a/README.win32
+++ b/README.win32
@@ -32,6 +32,10 @@ by passing the '-mno-cygwin' flag to the compiler.  For example, to
 build cryptopp this way you can use the command
     CXX='g++ -mno-cygwin' make
 
+Note that cryptopp's cryptest.exe tool may fail to build.  To build
+that you might need to add the ISMINGW option to cryptopp's make e.g.
+    CXX='g++ -mno-cygwin' make ISMINGW=1
+
 OPTION 3: OTHER BUILD TOOLS
 
 The third-easiest way is to use a Microsoft compiler or some other