summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-29 00:34:10 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-29 00:34:10 +0000
commitd858aeaf3cf27461cb9c17a0bff42f3477359471 (patch)
tree8d306fc41c07474907cbc038d001bb7c7cd395ba
parent4083574c7a036903c8f0f644becfe6f30f715921 (diff)
downloadtor-d858aeaf3cf27461cb9c17a0bff42f3477359471.tar.gz
tor-d858aeaf3cf27461cb9c17a0bff42f3477359471.zip
Update VC7 Tor project: Lnik with /delayload:ADVAPI32.DLL to prevent win98 from barfing when it tries to load service-related functions.
svn:r3910
-rwxr-xr-xWin32Build/vc7/Tor/Tor.vcproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Win32Build/vc7/Tor/Tor.vcproj b/Win32Build/vc7/Tor/Tor.vcproj
index 7d7f69a71b..fb96060aa7 100755
--- a/Win32Build/vc7/Tor/Tor.vcproj
+++ b/Win32Build/vc7/Tor/Tor.vcproj
@@ -37,6 +37,7 @@
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"
+ DelayLoadDLLs="advapi32.dll"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(OutDir)/Tor.pdb"
SubSystem="1"
@@ -86,6 +87,7 @@
AdditionalDependencies="wsock32.lib c:\openssl\lib\vc\ssleay32.lib c:\openssl\lib\vc\libeay32.lib"
OutputFile="$(OutDir)/Tor.exe"
LinkIncremental="1"
+ DelayLoadDLLs="advapi32.dll"
GenerateDebugInformation="TRUE"
SubSystem="1"
OptimizeReferences="2"