diff options
author | Devang Patel <dpatel@apple.com> | 2008-05-15 18:46:28 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-05-15 18:46:28 +0000 |
commit | a403c15d40fe0520e433218427e7d7c4d143fec5 (patch) | |
tree | 2504e50286258b2befae1722da8090534b9bda16 /llvm/win32/lli | |
parent | 61724355af8f9db9ea4cc720948a38f587e375f5 (diff) | |
download | bcm5719-llvm-a403c15d40fe0520e433218427e7d7c4d143fec5.tar.gz bcm5719-llvm-a403c15d40fe0520e433218427e7d7c4d143fec5.zip |
Revert 51067 check-in for now.
llvm-svn: 51155
Diffstat (limited to 'llvm/win32/lli')
-rw-r--r-- | llvm/win32/lli/lli.vcproj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/llvm/win32/lli/lli.vcproj b/llvm/win32/lli/lli.vcproj index 4fcea96fc0f..79e99df4905 100644 --- a/llvm/win32/lli/lli.vcproj +++ b/llvm/win32/lli/lli.vcproj @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="8.00" Name="lli" ProjectGUID="{FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}" Keyword="Win32Proj" - TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -77,8 +76,6 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/lli.pdb" SubSystem="1" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -100,6 +97,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -160,8 +160,6 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -183,6 +181,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> |