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 | aa1e15bc78940d160ff08be48f164bef12cd2302 (patch) | |
tree | 4bbb75282046f6f2ec34650749cea906391f6632 /win32/llvm-nm | |
parent | 4082ea23af96250906cb00baab7ac8b45af1ba96 (diff) | |
download | external_llvm-aa1e15bc78940d160ff08be48f164bef12cd2302.zip external_llvm-aa1e15bc78940d160ff08be48f164bef12cd2302.tar.gz external_llvm-aa1e15bc78940d160ff08be48f164bef12cd2302.tar.bz2 |
Revert 51067 check-in for now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51155 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/llvm-nm')
-rw-r--r-- | win32/llvm-nm/llvm-nm.vcproj | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/win32/llvm-nm/llvm-nm.vcproj b/win32/llvm-nm/llvm-nm.vcproj index 2f3f585..d353b22 100644 --- a/win32/llvm-nm/llvm-nm.vcproj +++ b/win32/llvm-nm/llvm-nm.vcproj @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="9.00" + Version="8.00" Name="llvm-nm" ProjectGUID="{5FF862CE-80A0-4B48-A80B-68AE325A0432}" Keyword="Win32Proj" - TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -76,8 +75,6 @@ GenerateDebugInformation="true" ProgramDatabaseFile="$(OutDir)/llvm-nm.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> |