[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Update VC7 Tor project: Lnik with /delayload:ADVAPI32.DLL t...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Update VC7 Tor project: Lnik with /delayload:ADVAPI32.DLL t...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Mon, 28 Mar 2005 19:34:13 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Mon, 28 Mar 2005 19:34:35 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home/or/cvsroot/tor/Win32Build/vc7/Tor
In directory moria.mit.edu:/tmp/cvs-serv23567/Win32Build/vc7/Tor
Modified Files:
Tor.vcproj
Log Message:
Update VC7 Tor project: Lnik with /delayload:ADVAPI32.DLL to prevent win98 from barfing when it tries to load service-related functions.
Index: Tor.vcproj
===================================================================
RCS file: /home/or/cvsroot/tor/Win32Build/vc7/Tor/Tor.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Tor.vcproj 28 Mar 2005 20:05:03 -0000 1.2
+++ Tor.vcproj 29 Mar 2005 00:34:10 -0000 1.3
@@ -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"