Go to file
Ray Molenkamp d860d23e1a make.bat: cache the vcredist directory.
When run from make.bat the environment is setup correctly and the VCToolsRedistDir environment variable exists, on later invocations of cmake this may no longer be the case and a warning was emitted about the missing runtime. we can't rely on InstallRequiredSystemLibraries.cmake here since it uses the compiler version to figure out the correct location and it doesn't know how to deal with clang.
2018-06-05 07:25:37 -06:00
build_files make.bat: cache the vcredist directory. 2018-06-05 07:25:37 -06:00
doc bpy blf api example update 2018-04-17 12:25:51 +02:00
extern Windows: Add support for building with clang. 2018-05-28 14:34:47 -06:00
intern Cleanup: strip ghost trailing space 2018-06-04 18:47:57 +02:00
release Cleanup: strip ghost trailing space 2018-06-04 18:47:57 +02:00
source Cleanup: correct menu name 2018-06-04 19:09:52 +02:00
tests Cleanup: strip tests trailing space 2018-06-04 18:47:31 +02:00
.arcconfig Use HTTPS protocol for arc 2013-12-24 22:57:27 +06:00
.gitignore Build: add scripts to build dependencies for Windows and macOS. 2017-08-07 17:54:26 +02:00
.gitmodules Point all submodules to master branch 2017-04-03 14:54:51 +02:00
CMakeLists.txt Add Asan support for clang on windows. 2018-05-31 11:50:30 -06:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Fix string comparison in GNUMakefile for linux systems 2018-04-25 09:30:55 +02:00
make.bat make.bat: Add support for building with ninja. 2018-05-25 21:46:42 -06:00