summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAnthony Green <green@gmachine.(none)>2010-01-15 11:27:24 -0500
committerAnthony Green <green@gmachine.(none)>2010-01-15 11:27:24 -0500
commitff3cd68b8cf2d9a28cad7aa9beff46236eacec8c (patch)
tree0d507f27a8dad66514ae1e8f617aa723c3324c04 /README
parentcadeba6cb53414a1253582f1719c286665de7b6c (diff)
downloadlibffi-ff3cd68b8cf2d9a28cad7aa9beff46236eacec8c.tar.gz
Add msvc.sh wrapper
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 8a03bf9..7be8356 100644
--- a/README
+++ b/README
@@ -109,6 +109,14 @@ will add some extra code which will suppress certain warnings when you
are using Purify with libffi. Only use this switch when using
Purify, as it will slow down the library.
+It's also possible to build libffi on Windows platforms with
+Microsoft's Visual C++ compiler. In this case, use the msvcc.sh
+wrapper script during configuration like so:
+
+path/to/configure --enable-shared --enable-static \
+ CC=path/to/msvcc.sh LD=link \
+ CPP=\"cl -nologo -EP\"
+
Configure has many other options. Use "configure --help" to see them all.
Once configure has finished, type "make". Note that you must be using