1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-10 11:35:07 -05:00
curl/projects/Windows
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
..
VC6 build: Renamed top level Visual Studio solution files 2015-02-02 12:43:03 +00:00
VC7 build: Renamed top level Visual Studio solution files 2015-02-02 12:43:03 +00:00
VC7.1 build: Renamed top level Visual Studio solution files 2015-02-02 12:43:03 +00:00
VC8 build: Removed Visual Studio SuppressStartupBanner directive for VC8+ 2015-02-14 20:26:03 +00:00
VC9 build: Use default RandomizedBaseAddress directive in VC9+ project files 2015-02-26 20:57:19 +00:00
VC10 build: Use default RandomizedBaseAddress directive in VC9+ project files 2015-02-26 20:57:19 +00:00
VC11 build: Use default RandomizedBaseAddress directive in VC9+ project files 2015-02-26 20:57:19 +00:00
VC12 build: Use default RandomizedBaseAddress directive in VC9+ project files 2015-02-26 20:57:19 +00:00