diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 17:28:08 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-15 17:28:08 +0000 |
commit | 9befac48d7f1650b13b43c552c0ec6912c69b1c2 (patch) | |
tree | 63351af6fcc5f866ff2e8d01d52551710ddcb1b1 | |
parent | 101142970b40e4e121b42cc7a82c07ddf2cf2835 (diff) | |
download | external_llvm-9befac48d7f1650b13b43c552c0ec6912c69b1c2.zip external_llvm-9befac48d7f1650b13b43c552c0ec6912c69b1c2.tar.gz external_llvm-9befac48d7f1650b13b43c552c0ec6912c69b1c2.tar.bz2 |
Updates to Visual C++ project files for building on win32.
Patch contributed by Morten Ofstad.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17829 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/System/System.vcproj | 6 | ||||
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 3 |
2 files changed, 2 insertions, 7 deletions
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj index 5ac3588..c17ec86 100644 --- a/win32/System/System.vcproj +++ b/win32/System/System.vcproj @@ -230,15 +230,13 @@ <File RelativePath="..\..\lib\System\Win32\Signals.cpp"> <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="TRUE"> + Name="Debug|Win32"> <Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)/$(InputName)1.obj"/> </FileConfiguration> <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="TRUE"> + Name="Release|Win32"> <Tool Name="VCCLCompilerTool" ObjectFile="$(IntDir)/$(InputName)1.obj"/> diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 29fead0..45a1100 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -142,9 +142,6 @@ RelativePath="..\..\lib\VMCore\LeakDetector.cpp"> </File> <File - RelativePath="..\..\lib\VMCore\Linker.cpp"> - </File> - <File RelativePath="..\..\lib\VMCore\Mangler.cpp"> </File> <File |