aboutsummaryrefslogtreecommitdiff
path: root/src/common/Makefile.nmake
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-09-09 10:27:05 -0400
committerNick Mathewson <nickm@torproject.org>2014-09-09 10:27:05 -0400
commit8391c96091e8e86c43954302df0b188ec1e5490d (patch)
treee291c38c5ae4b18362868fb313d548c8daeaaefc /src/common/Makefile.nmake
parenta3c49ca79aa28d869223773eb8e8774013f3eb77 (diff)
downloadtor-8391c96091e8e86c43954302df0b188ec1e5490d.tar.gz
tor-8391c96091e8e86c43954302df0b188ec1e5490d.zip
Clean up the MVSC nmake files so they work again.
Fixes bug 13081; bugfix on 0.2.5.1-alpha. Patch from "NewEraCracker."
Diffstat (limited to 'src/common/Makefile.nmake')
-rw-r--r--src/common/Makefile.nmake9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/common/Makefile.nmake b/src/common/Makefile.nmake
index 0ebeaaaf71..b8c5dd4fea 100644
--- a/src/common/Makefile.nmake
+++ b/src/common/Makefile.nmake
@@ -1,12 +1,13 @@
all: libor.lib libor-crypto.lib libor-event.lib
-CFLAGS = /I ..\win32 /I ..\..\..\build-alpha\include /I ..\ext
+CFLAGS = /O2 /MT /I ..\win32 /I ..\..\..\build-alpha\include /I ..\common \
+ /I ..\ext
-LIBOR_OBJECTS = address.obj compat.obj container.obj di_ops.obj \
- log.obj memarea.obj mempool.obj procmon.obj util.obj \
+LIBOR_OBJECTS = address.obj backtrace.obj compat.obj container.obj di_ops.obj \
+ log.obj memarea.obj mempool.obj procmon.obj sandbox.obj util.obj \
util_codedigest.obj
-LIBOR_CRYPTO_OBJECTS = aes.obj crypto.obj torgzip.obj tortls.obj \
+LIBOR_CRYPTO_OBJECTS = aes.obj crypto.obj crypto_format.obj torgzip.obj tortls.obj \
crypto_curve25519.obj curve25519-donna.obj
LIBOR_EVENT_OBJECTS = compat_libevent.obj