diff --git a/doc/install.html b/doc/install.html index fc9b93dc..00aec00b 100644 --- a/doc/install.html +++ b/doc/install.html @@ -667,6 +667,7 @@ Then cd to the directory where you've unpacked the sources and run thes cd src nxbuild +

Embedding LuaJIT

LuaJIT is API-compatible with Lua 5.1. If you've already embedded Lua diff --git a/src/nxbuild.bat b/src/nxbuild.bat index 47960ec0..610ec898 100644 --- a/src/nxbuild.bat +++ b/src/nxbuild.bat @@ -145,7 +145,7 @@ for %%f in (lj_*.c lib_*.c) do ( @echo. @echo ******************************************************* @echo *** Build FAILED -- Please check the error messages *** -@echo ******************************************************* +@echo ******************************************************* @goto :END :FAIL @echo To run this script you must open a "Native Tools Command Prompt for VS".