1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/projects/Windows/VC12
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
..
lib build: Use default RandomizedBaseAddress directive in VC9+ project files 2015-02-26 20:57:19 +00:00
src build: Use default RandomizedBaseAddress directive in VC9+ project files 2015-02-26 20:57:19 +00:00
.gitignore build: Added Visual Studio 2013 (VC12) project files 2014-04-23 20:49:01 +01:00
curl-all.sln build: Renamed top level Visual Studio solution files 2015-02-02 12:43:03 +00:00