diff options
author | Steve Naroff <snaroff@apple.com> | 2008-10-05 01:04:07 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-10-05 01:04:07 +0000 |
commit | 0c478f2d6d46f2707947824d9c0481e2ff93538c (patch) | |
tree | 2d3f2c6cc9feb1044e927412f5adf49ce95cf4c5 /win32 | |
parent | c41b0fcb1599ed0c84b68d0aa5ae4398fb0e910c (diff) | |
download | external_llvm-0c478f2d6d46f2707947824d9c0481e2ff93538c.zip external_llvm-0c478f2d6d46f2707947824d9c0481e2ff93538c.tar.gz external_llvm-0c478f2d6d46f2707947824d9c0481e2ff93538c.tar.bz2 |
Update VC++ project file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57091 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/System/System.vcproj | 4 | ||||
-rw-r--r-- | win32/VMCore/VMCore.vcproj | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj index 07e1fd4..f72a754 100644 --- a/win32/System/System.vcproj +++ b/win32/System/System.vcproj @@ -314,6 +314,10 @@ > </File> <File + RelativePath="..\..\lib\System\Host.cpp" + > + </File> + <File RelativePath="..\..\lib\System\IncludeFile.cpp" > </File> diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj index 9cff8fa..018d0e5 100644 --- a/win32/VMCore/VMCore.vcproj +++ b/win32/VMCore/VMCore.vcproj @@ -426,10 +426,6 @@ > </File> <File - RelativePath="..\..\lib\VMCore\ParameterAttributes.cpp" - > - </File> - <File RelativePath="..\..\lib\VMCore\Pass.cpp" > </File> |