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 | bb3aef4ee35d189d652cf57ba01f9cf26dd2e2ef (patch) | |
tree | 286459dd8028801b833dbf18bccfe44862fff16e /llvm/win32/ExecutionEngine | |
parent | 58639e584c07452c4d0e0322a9c5389939cb8b2e (diff) | |
download | bcm5719-llvm-bb3aef4ee35d189d652cf57ba01f9cf26dd2e2ef.tar.gz bcm5719-llvm-bb3aef4ee35d189d652cf57ba01f9cf26dd2e2ef.zip |
Update the Win32 project files, patch by Razvan Aciu!
llvm-svn: 51067
Diffstat (limited to 'llvm/win32/ExecutionEngine')
-rw-r--r-- | llvm/win32/ExecutionEngine/ExecutionEngine.vcproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/win32/ExecutionEngine/ExecutionEngine.vcproj b/llvm/win32/ExecutionEngine/ExecutionEngine.vcproj index ee2a1d31e38..24ecab9516e 100644 --- a/llvm/win32/ExecutionEngine/ExecutionEngine.vcproj +++ b/llvm/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 |