summaryrefslogtreecommitdiff
path: root/win32/lli/lli.vcproj
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
commit9b43ac042e7a8d6e7a1fcc2a0629579dedd0af6e (patch)
tree3c3d6597b288f9f4c7772df58396a294872b8e0e /win32/lli/lli.vcproj
parent72997fedab2cac75e783e3507c9ac0a6af567569 (diff)
downloadllvm-9b43ac042e7a8d6e7a1fcc2a0629579dedd0af6e.tar.gz
llvm-9b43ac042e7a8d6e7a1fcc2a0629579dedd0af6e.tar.bz2
llvm-9b43ac042e7a8d6e7a1fcc2a0629579dedd0af6e.tar.xz
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/lli/lli.vcproj')
-rw-r--r--win32/lli/lli.vcproj13
1 files changed, 6 insertions, 7 deletions
diff --git a/win32/lli/lli.vcproj b/win32/lli/lli.vcproj
index 79e99df490..4fcea96fc0 100644
--- a/win32/lli/lli.vcproj
+++ b/win32/lli/lli.vcproj
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="lli"
ProjectGUID="{FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/lli.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -97,9 +100,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -160,6 +160,8 @@
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -181,9 +183,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>