diff options
author | Chuck Rose III <cfr@adobe.com> | 2008-07-02 21:02:51 +0000 |
---|---|---|
committer | Chuck Rose III <cfr@adobe.com> | 2008-07-02 21:02:51 +0000 |
commit | d3f506a53a290aa1cc9cd341de7679c8106da543 (patch) | |
tree | 9be9dd63a69ab4fc2f0f2b2c7af8310dde59a339 /win32/System | |
parent | 735e6eabf1f4a76023c8d798d4f3c9cfca9e869e (diff) | |
download | external_llvm-d3f506a53a290aa1cc9cd341de7679c8106da543.zip external_llvm-d3f506a53a290aa1cc9cd341de7679c8106da543.tar.gz external_llvm-d3f506a53a290aa1cc9cd341de7679c8106da543.tar.bz2 |
VStudio x64 build fixes. Looks like the x64 projects got out of date and this brings them up to code. I've built the project with these new vcproj files for win32 and x64 both debug and release.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53047 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/System')
-rw-r--r-- | win32/System/System.vcproj | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj index c8e24f4..33f8144 100644 --- a/win32/System/System.vcproj +++ b/win32/System/System.vcproj @@ -90,11 +90,10 @@ /> </Configuration> <Configuration - Name="Release|Win32" + Name="Debug|x64" OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" CharacterSet="2" > <Tool @@ -111,24 +110,15 @@ /> <Tool Name="VCMIDLTool" - TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..\include;.." - PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" - StringPooling="true" - MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" - ForceConformanceInForLoopScope="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="0" ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" BrowseInformation="1" - WarningLevel="3" - Detect64BitPortabilityProblems="false" DebugInformationFormat="3" DisableSpecificWarnings="4355,4146,4800" /> @@ -143,7 +133,6 @@ /> <Tool Name="VCLibrarianTool" - OutputFile="$(OutDir)/System.lib" /> <Tool Name="VCALinkTool" @@ -183,17 +172,22 @@ /> <Tool Name="VCMIDLTool" + TargetEnvironment="3" /> <Tool Name="VCCLCompilerTool" + Optimization="0" AdditionalIncludeDirectories="..\..\include;.." PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" StringPooling="true" + MinimalRebuild="true" + BasicRuntimeChecks="3" RuntimeLibrary="2" ForceConformanceInForLoopScope="true" RuntimeTypeInfo="true" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" + BrowseInformation="1" WarningLevel="3" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" @@ -254,6 +248,7 @@ /> <Tool Name="VCCLCompilerTool" + Optimization="0" AdditionalIncludeDirectories="..\..\include;.." PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" StringPooling="true" @@ -262,6 +257,7 @@ RuntimeTypeInfo="true" UsePrecompiledHeader="0" ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" + BrowseInformation="1" WarningLevel="3" Detect64BitPortabilityProblems="false" DebugInformationFormat="3" |