Hello, I created language with LLVM. JIT version is running fine. What is the easiest way to generate EXE file without requiring user to have all binary LLVM (and presumably other tools) programs installed? I'd like to keep all required libraries in DLLs. Edgar