]> granicus.if.org Git - curl/commit
build: Removed DataExecutionPrevention directive from VC9+ project files
authorSteve Holme <steve_holme@hotmail.com>
Thu, 26 Feb 2015 21:12:41 +0000 (21:12 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 26 Feb 2015 20:58:02 +0000 (20:58 +0000)
commitadf27bf60f9e4ce29ef5a6a553763737842629a1
tree7f64b5c87794637160872d3caaec9f60f15a26a1
parente71bcb659c382ef10bab0ae506341dec806b4805
build: Removed DataExecutionPrevention directive from VC9+ project files

Removed the DataExecutionPrevention directive from the project files for
Visual Studio 2008 and above. The XML value in the VC9 project files was
set to "0" (Default) whilst the VC10+ project files contained an empty
XML element.
projects/Windows/VC10/lib/libcurl.tmpl
projects/Windows/VC10/src/curlsrc.tmpl
projects/Windows/VC11/lib/libcurl.tmpl
projects/Windows/VC11/src/curlsrc.tmpl
projects/Windows/VC12/lib/libcurl.tmpl
projects/Windows/VC12/src/curlsrc.tmpl
projects/Windows/VC9/lib/libcurl.tmpl
projects/Windows/VC9/src/curlsrc.tmpl