search for: msvc_lib_deps_

Displaying 3 results from an estimated 3 matches for "msvc_lib_deps_".

2010 Mar 14
2
[LLVMdev] patches for the LLVM cmake build system
.... The first one adds static runtimes (MT and MTd) to the list of runtimes for the MSVC build. The second one makes it possible to use llvm_config in external projects. In this patch I took the liberty of changing the format of LLVMLibDeps.cmake to define a single variable LLVM_LIB_DEPS instead of MSVC_LIB_DEPS_*. LLVM_LIB_DEPS contains the list of libraries and dependencies in the following form: set ( LLVM_LIB_DEPS * <lib-name> <dependency 1> ... <dependency n> ... ) Here '*' is used as a delimiter to specify where each library dependency list starts This allows to get b...
2010 Mar 14
0
[LLVMdev] patches for the LLVM cmake build system
...Subject: [PATCH]: MSVC build enhancements Date: Sat, 6 Mar 2010 10:43:50 +0000 > The second one makes it possible to use llvm_config in external projects. > In this patch I took the liberty of changing the format of LLVMLibDeps.cmake > to define a single variable LLVM_LIB_DEPS instead of MSVC_LIB_DEPS_*. > LLVM_LIB_DEPS contains the list of libraries and dependencies in the > following form: > > set ( LLVM_LIB_DEPS > * <lib-name> <dependency 1> ... <dependency n> > ... > ) > > Here '*' is used as a delimiter to specify where each library d...
2010 Mar 17
2
[LLVMdev] patches for the LLVM cmake build system
...t only makes more difficult to build LLVM with a static runtime. > The second one makes it possible to use llvm_config in external projects. > > In this patch I took the liberty of changing the format of > LLVMLibDeps.cmake > > to define a single variable LLVM_LIB_DEPS instead of MSVC_LIB_DEPS_*. > > LLVM_LIB_DEPS contains the list of libraries and dependencies in the > > following form: > > > > set ( LLVM_LIB_DEPS > > * <lib-name> <dependency 1> ... <dependency n> > > ... > > ) > > > > Here '*' is used a...