Initial patch to build Tor with msvc and nmake

We'll still need to tweak it so that it looks for includes and
libraries somewhere more sensible than "where we happened to find
them on Erinn's system"; so that tests and tools get built too;
so that it's a bit documented; and so that we actually try running
the output.

Work done with Erinn Clark.
This commit is contained in:
Nick Mathewson
2011-08-01 12:36:59 -04:00
parent 9d77f24cf5
commit e802199cb3
11 changed files with 72 additions and 16 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features (build compatibility):
- Limited, experimental support for building with nmake and MSVC.