[or-cvs] Update VC7 project/solution files

Nick Mathewson nickm at seul.org
Mon Mar 28 20:05:06 UTC 2005


Update of /home/or/cvsroot/tor/Win32Build/vc7/Tor
In directory moria.mit.edu:/tmp/cvs-serv8408/Win32Build/vc7/Tor

Modified Files:
	Tor.sln Tor.vcproj 
Log Message:
Update VC7 project/solution files

Index: Tor.sln
===================================================================
RCS file: /home/or/cvsroot/tor/Win32Build/vc7/Tor/Tor.sln,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Tor.sln	15 Nov 2004 23:34:38 -0000	1.1
+++ Tor.sln	28 Mar 2005 20:05:03 -0000	1.2
@@ -7,6 +7,14 @@
 	ProjectSection(ProjectDependencies) = postProject
 	EndProjectSection
 EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unittests", "..\unittests\unittests.vcproj", "{F1F64693-11A9-4992-8B4B-2A67C07BD8C8}"
+	ProjectSection(ProjectDependencies) = postProject
+	EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libevent", "..\..\..\contrib\libevent\WIN32-Prj\libevent.vcproj", "{52BBFCA6-6F82-4596-BBAD-0BCFBC637B80}"
+	ProjectSection(ProjectDependencies) = postProject
+	EndProjectSection
+EndProject
 Global
 	GlobalSection(SolutionConfiguration) = preSolution
 		Debug = Debug
@@ -21,6 +29,14 @@
 		{E2D2762A-26BD-4A28-BD72-DDAB181324B4}.Debug.Build.0 = Debug|Win32
 		{E2D2762A-26BD-4A28-BD72-DDAB181324B4}.Release.ActiveCfg = Release|Win32
 		{E2D2762A-26BD-4A28-BD72-DDAB181324B4}.Release.Build.0 = Release|Win32
+		{F1F64693-11A9-4992-8B4B-2A67C07BD8C8}.Debug.ActiveCfg = Debug|Win32
+		{F1F64693-11A9-4992-8B4B-2A67C07BD8C8}.Debug.Build.0 = Debug|Win32
+		{F1F64693-11A9-4992-8B4B-2A67C07BD8C8}.Release.ActiveCfg = Release|Win32
+		{F1F64693-11A9-4992-8B4B-2A67C07BD8C8}.Release.Build.0 = Release|Win32
+		{52BBFCA6-6F82-4596-BBAD-0BCFBC637B80}.Debug.ActiveCfg = Debug|Win32
+		{52BBFCA6-6F82-4596-BBAD-0BCFBC637B80}.Debug.Build.0 = Debug|Win32
+		{52BBFCA6-6F82-4596-BBAD-0BCFBC637B80}.Release.ActiveCfg = Release|Win32
+		{52BBFCA6-6F82-4596-BBAD-0BCFBC637B80}.Release.Build.0 = Release|Win32
 	EndGlobalSection
 	GlobalSection(ExtensibilityGlobals) = postSolution
 	EndGlobalSection

Index: Tor.vcproj
===================================================================
RCS file: /home/or/cvsroot/tor/Win32Build/vc7/Tor/Tor.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Tor.vcproj	15 Nov 2004 23:34:38 -0000	1.1
+++ Tor.vcproj	28 Mar 2005 20:05:03 -0000	1.2
@@ -19,7 +19,7 @@
 			<Tool
 				Name="VCCLCompilerTool"
 				Optimization="0"
-				AdditionalIncludeDirectories="c:\OpenSSL\include\;..\..\..\src\win32"
+				AdditionalIncludeDirectories="c:\openssl\include;..\..\..\src\win32;..\..\..\contrib\libevent"
 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
 				IgnoreStandardIncludePath="FALSE"
 				MinimalRebuild="TRUE"
@@ -34,7 +34,7 @@
 				Name="VCCustomBuildTool"/>
 			<Tool
 				Name="VCLinkerTool"
-				AdditionalDependencies="wsock32.lib c:\openssl\lib\vc\ssleay32.lib c:\openssl\lib\vc\libeay32.lib"
+				AdditionalDependencies="wsock32.lib c:\openssl\lib\vc\ssleay32.lib c:\openssl\lib\vc\libeay32.lib ..\..\..\contrib\libevent\win32-prj\Debug\libevent.lib ws2_32.lib"
 				OutputFile="$(OutDir)/Tor.exe"
 				LinkIncremental="2"
 				GenerateDebugInformation="TRUE"
@@ -70,7 +70,7 @@
 			CharacterSet="2">
 			<Tool
 				Name="VCCLCompilerTool"
-				AdditionalIncludeDirectories="c:\openssl\include;..\..\..\src\win32"
+				AdditionalIncludeDirectories="c:\openssl\include;..\..\..\src\win32;..\..\..\contrib\libevent"
 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
 				IgnoreStandardIncludePath="FALSE"
 				RuntimeLibrary="0"
@@ -175,9 +175,6 @@
 				RelativePath="..\..\..\src\or\dns.c">
 			</File>
 			<File
-				RelativePath="..\..\..\src\common\fakepoll.c">
-			</File>
-			<File
 				RelativePath="..\..\..\src\or\hibernate.c">
 			</File>
 			<File
@@ -325,9 +322,6 @@
 				RelativePath="..\..\..\src\common\crypto.h">
 			</File>
 			<File
-				RelativePath="..\..\..\src\common\fakepoll.h">
-			</File>
-			<File
 				RelativePath="..\..\..\src\common\log.h">
 			</File>
 			<File



More information about the tor-commits mailing list