diff options
author | Chris Lattner <sabre@nondot.org> | 2008-05-13 20:56:51 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-05-13 20:56:51 +0000 |
commit | e3aa629736e9ebbf28049a841b42f0a7f042fa5a (patch) | |
tree | 3c3d6597b288f9f4c7772df58396a294872b8e0e /win32/ExecutionEngine | |
parent | 0ba1156cb157b25585c2a1d7908840de20fc5f34 (diff) | |
download | external_llvm-e3aa629736e9ebbf28049a841b42f0a7f042fa5a.zip external_llvm-e3aa629736e9ebbf28049a841b42f0a7f042fa5a.tar.gz external_llvm-e3aa629736e9ebbf28049a841b42f0a7f042fa5a.tar.bz2 |
Update the Win32 project files, patch by Razvan Aciu!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51067 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/ExecutionEngine')
-rw-r--r-- | win32/ExecutionEngine/ExecutionEngine.vcproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/win32/ExecutionEngine/ExecutionEngine.vcproj b/win32/ExecutionEngine/ExecutionEngine.vcproj index ee2a1d3..24ecab9 100644 --- a/win32/ExecutionEngine/ExecutionEngine.vcproj +++ b/win32/ExecutionEngine/ExecutionEngine.vcproj @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="9.00" Name="ExecutionEngine" ProjectGUID="{76295AE8-A083-460E-9F80-6F2B8923264A}" Keyword="Win32Proj" + TargetFrameworkVersion="131072" > <Platforms> <Platform @@ -339,11 +340,11 @@ > </File> <File - RelativePath="..\..\include\llvm\ExecutionEngine\JIT.h" + RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h" > </File> <File - RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h" + RelativePath="..\..\include\llvm\ExecutionEngine\JIT.h" > </File> <File |