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