diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-18 13:16:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-01-16 22:29:38 -0500 |
commit | b7dd71619519237af1383ee7185846fad3a5cdbe (patch) | |
tree | 2979eb791e974157d9d7fd8addfa0761d21db484 /src/common/Makefile.nmake | |
parent | 0102aaeb6b513fb40fef51103780fe121e13f549 (diff) | |
download | tor-b7dd71619519237af1383ee7185846fad3a5cdbe.tar.gz tor-b7dd71619519237af1383ee7185846fad3a5cdbe.zip |
Add missing includes and libs to makefile.nmake
Fixes bugs 7312 and 7310.
Diffstat (limited to 'src/common/Makefile.nmake')
-rw-r--r-- | src/common/Makefile.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.nmake b/src/common/Makefile.nmake index e548273670..55923d2ebb 100644 --- a/src/common/Makefile.nmake +++ b/src/common/Makefile.nmake @@ -1,6 +1,6 @@ all: libor.lib libor-crypto.lib libor-event.lib -CFLAGS = /I ..\win32 /I ..\..\..\build-alpha\include +CFLAGS = /I ..\win32 /I ..\..\..\build-alpha\include /I ..\ext LIBOR_OBJECTS = address.obj compat.obj container.obj di_ops.obj \ log.obj memarea.obj mempool.obj procmon.obj util.obj \ |