aboutsummaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-08-01 12:36:59 -0400
committerNick Mathewson <nickm@torproject.org>2011-08-01 12:36:59 -0400
commite802199cb3a2ebb4c09eaf4949e279acd3b46fc8 (patch)
treedd7f9967cc185487620e34692611f3d0b7b88a4b /Makefile.nmake
parent9d77f24cf5032c4a1dbf64ec2e25d7debf3758ed (diff)
downloadtor-e802199cb3a2ebb4c09eaf4949e279acd3b46fc8.tar
tor-e802199cb3a2ebb4c09eaf4949e279acd3b46fc8.tar.gz
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.
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
new file mode 100644
index 000000000..425f1ec26
--- /dev/null
+++ b/Makefile.nmake
@@ -0,0 +1,5 @@
+all:
+ cd src/common
+ $(MAKE) /F Makefile.nmake
+ cd ../../src/or
+ $(MAKE) /F Makefile.nmake