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/llvm-dis | |
| 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/llvm-dis')
| -rw-r--r-- | llvm/win32/llvm-dis/llvm-dis.vcproj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/llvm/win32/llvm-dis/llvm-dis.vcproj b/llvm/win32/llvm-dis/llvm-dis.vcproj index ceac0e6c989..b2d56d3a2cc 100644 --- a/llvm/win32/llvm-dis/llvm-dis.vcproj +++ b/llvm/win32/llvm-dis/llvm-dis.vcproj @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="8.00" Name="llvm-dis" ProjectGUID="{B13476BC-30AB-4EA0-BC1E-212C0A459405}" Keyword="Win32Proj" - TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -76,8 +75,6 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/llvm-dis.pdb" SubSystem="1" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -99,6 +96,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -158,8 +158,6 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" - RandomizedBaseAddress="1" - DataExecutionPrevention="0" TargetMachine="1" /> <Tool @@ -181,6 +179,9 @@ Name="VCAppVerifierTool" /> <Tool + Name="VCWebDeploymentTool" + /> + <Tool Name="VCPostBuildEventTool" /> </Configuration> |

