[or-cvs] Make tor build on win32 again; handle locking for server

Nick Mathewson nickm at seul.org
Sat Jun 5 01:50:37 UTC 2004


Update of /home/or/cvsroot/Win32Build/or
In directory moria.mit.edu:/tmp/cvs-serv12160/Win32Build/or

Modified Files:
	or.dsp 
Log Message:
Make tor build on win32 again; handle locking for server

Index: or.dsp
===================================================================
RCS file: /home/or/cvsroot/Win32Build/or/or.dsp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- or.dsp	28 Apr 2004 20:13:20 -0000	1.4
+++ or.dsp	5 Jun 2004 01:50:35 -0000	1.5
@@ -66,7 +66,7 @@
 # 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 @@
 # 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 @@
 # 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 @@
 # 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



More information about the tor-commits mailing list