diff options
-rwxr-xr-x | Win32Build/vc7/Tor/Tor.sln | 16 | ||||
-rwxr-xr-x | Win32Build/vc7/Tor/Tor.vcproj | 12 |
2 files changed, 19 insertions, 9 deletions
diff --git a/Win32Build/vc7/Tor/Tor.sln b/Win32Build/vc7/Tor/Tor.sln index 47f1c9bf4d..3087e26cc1 100755 --- a/Win32Build/vc7/Tor/Tor.sln +++ b/Win32Build/vc7/Tor/Tor.sln @@ -7,6 +7,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tor_resolve", "..\tor_resol 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 @@ Global {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 diff --git a/Win32Build/vc7/Tor/Tor.vcproj b/Win32Build/vc7/Tor/Tor.vcproj index 534c6c231b..7d7f69a71b 100755 --- a/Win32Build/vc7/Tor/Tor.vcproj +++ b/Win32Build/vc7/Tor/Tor.vcproj @@ -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 |