1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/projects/Windows/VC9/lib
Steve Holme e71bcb659c build: Use default RandomizedBaseAddress directive in VC9+ project files
Visual Studio 2008 introduced support for the address space layout
randomization (ASLR) feature of Windows Vista. However, upgrading the
VC8 project files to VC9 and above disabled this feature.

Removed the RandomizedBaseAddress directive to enabled the default
setting (/DYNAMICBASE). Note: This doesn't appear to have any negative
impact when compiled and ran on Windows XP.
2015-02-26 20:57:19 +00:00
..
.gitignore build: Added Visual Studio 2008 (VC9) project files 2014-04-09 00:20:44 +01:00
libcurl.sln build: Added WinIDN build configuration options 2014-10-25 12:56:19 +01:00
libcurl.tmpl build: Use default RandomizedBaseAddress directive in VC9+ project files 2015-02-26 20:57:19 +00:00