diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-06-05 01:50:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-06-05 01:50:35 +0000 |
commit | 17b5b3685f5f2f27b05d4e7f5b1dc78939a9f5e8 (patch) | |
tree | a98d7127db6e9a733e0978668f539d211b2638c5 /Win32Build | |
parent | 42569ffd0fc659d81093bc1d7b0fe5171e5738cf (diff) | |
download | tor-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.dsp | 20 |
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
|