LLVM VS project files that were part of the reposiory have been removed. These files will now be auto-generated. It should now be possbile to build from any directory and not just D:\Projects\rpcs3.

This commit is contained in:
S Gopal Rajagopal 2014-09-16 03:07:14 +05:30
parent c72d97c64a
commit 170439f91c
577 changed files with 7103 additions and 9258 deletions

View file

@ -1,4 +1,4 @@
# Install script for directory: D:/Projects/rpcs3/llvm/lib/Bitcode
# Install script for directory: D:/Projects/rpcs3-experiment/rpcs3/llvm/lib/Bitcode
# Set the install prefix
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@ -29,8 +29,8 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for each subdirectory.
include("D:/Projects/rpcs3/llvm_build/lib/Bitcode/Reader/cmake_install.cmake")
include("D:/Projects/rpcs3/llvm_build/lib/Bitcode/Writer/cmake_install.cmake")
include("D:/Projects/rpcs3-experiment/rpcs3/llvm_build/lib/Bitcode/Reader/cmake_install.cmake")
include("D:/Projects/rpcs3-experiment/rpcs3/llvm_build/lib/Bitcode/Writer/cmake_install.cmake")
endif()