aboutsummaryrefslogtreecommitdiffstats
path: root/win32/opt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-13 20:56:51 +0000
committerChris Lattner <sabre@nondot.org>2008-05-13 20:56:51 +0000
commite3aa629736e9ebbf28049a841b42f0a7f042fa5a (patch)
tree3c3d6597b288f9f4c7772df58396a294872b8e0e /win32/opt
parent0ba1156cb157b25585c2a1d7908840de20fc5f34 (diff)
downloadexternal_llvm-e3aa629736e9ebbf28049a841b42f0a7f042fa5a.zip
external_llvm-e3aa629736e9ebbf28049a841b42f0a7f042fa5a.tar.gz
external_llvm-e3aa629736e9ebbf28049a841b42f0a7f042fa5a.tar.bz2
Update the Win32 project files, patch by Razvan Aciu!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/opt')
-rw-r--r--win32/opt/opt.vcproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/win32/opt/opt.vcproj b/win32/opt/opt.vcproj
index 17b749c..458e2fc 100644
--- a/win32/opt/opt.vcproj
+++ b/win32/opt/opt.vcproj
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="opt"
ProjectGUID="{006D8B41-C3C7-4448-85E1-AF8907E591E5}"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -75,6 +76,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/opt.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -158,6 +158,8 @@
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -179,9 +181,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>