aboutsummaryrefslogtreecommitdiff
path: root/Win32Build
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-06-05 01:50:35 +0000
committerNick Mathewson <nickm@torproject.org>2004-06-05 01:50:35 +0000
commit17b5b3685f5f2f27b05d4e7f5b1dc78939a9f5e8 (patch)
treea98d7127db6e9a733e0978668f539d211b2638c5 /Win32Build
parent42569ffd0fc659d81093bc1d7b0fe5171e5738cf (diff)
downloadtor-17b5b3685f5f2f27b05d4e7f5b1dc78939a9f5e8.tar
tor-17b5b3685f5f2f27b05d4e7f5b1dc78939a9f5e8.tar.gz
Make tor build on win32 again; handle locking for server
svn:r1948
Diffstat (limited to 'Win32Build')
-rw-r--r--Win32Build/or/or.dsp20
1 files changed, 18 insertions, 2 deletions
diff --git a/Win32Build/or/or.dsp b/Win32Build/or/or.dsp
index b88f88fa5..b52f69b04 100644
--- a/Win32Build/or/or.dsp
+++ b/Win32Build/or/or.dsp
@@ -66,7 +66,7 @@ LINK32=link.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\src\win32" /I "D:\openssl\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\src\win32" /I "D:\openssl\include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /YX /FD /GZ /c
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
@@ -95,7 +95,15 @@ SOURCE=..\..\src\or\buffers.c
# End Source File
# Begin Source File
-SOURCE=..\..\src\or\circuit.c
+SOURCE=..\..\src\or\circuitbuild.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\or\circuitlist.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\src\or\circuituse.c
# End Source File
# Begin Source File
@@ -155,6 +163,10 @@ SOURCE=..\..\src\or\onion.c
# End Source File
# Begin Source File
+SOURCE=..\..\src\or\relay.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\or\rendclient.c
# End Source File
# Begin Source File
@@ -183,6 +195,10 @@ SOURCE=..\..\src\or\routerlist.c
# End Source File
# Begin Source File
+SOURCE=..\..\src\or\routerparse.c
+# End Source File
+# Begin Source File
+
SOURCE=..\..\src\or\tor_main.c
# End Source File
# Begin Source File