From 5e31d7b6d0ed7f051b8892d4ff04c87f4feaffe6 Mon Sep 17 00:00:00 2001 From: Matt Pharr Date: Fri, 23 Sep 2011 11:35:04 -0700 Subject: [PATCH] Windows build: use LLVM_INSTALL_DIR to find clang.exe --- ispc.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ispc.vcxproj b/ispc.vcxproj index 0df08572..c02bf7b1 100755 --- a/ispc.vcxproj +++ b/ispc.vcxproj @@ -61,9 +61,9 @@ Document - clang -E -x c %(Filename).ispc -DISPC=1 -DPI=3.1415926535 | python stdlib2cpp.py > gen-stdlib.cpp + %LLVM_INSTALL_DIR%\bin\clang -E -x c %(Filename).ispc -DISPC=1 -DPI=3.1415926535 | python stdlib2cpp.py > gen-stdlib.cpp gen-stdlib.cpp - clang -E -x c %(Filename).ispc -DISPC=1 -DPI=3.1415926535 | python stdlib2cpp.py > gen-stdlib.cpp + %LLVM_INSTALL_DIR%\bin\clang -E -x c %(Filename).ispc -DISPC=1 -DPI=3.1415926535 | python stdlib2cpp.py > gen-stdlib.cpp gen-stdlib.cpp Building gen-stdlib.cpp Building gen-stdlib.cpp