mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-22 06:43:27 +00:00
A very small, missing carriage return in install.html
. Add a missing BEL character to nxbuild.bat
.
This commit is contained in:
parent
0138fea6b2
commit
d76c81d659
@ -667,6 +667,7 @@ Then <tt>cd</tt> to the directory where you've unpacked the sources and run thes
|
|||||||
cd src
|
cd src
|
||||||
nxbuild
|
nxbuild
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<h2 id="embed">Embedding LuaJIT</h2>
|
<h2 id="embed">Embedding LuaJIT</h2>
|
||||||
<p>
|
<p>
|
||||||
LuaJIT is API-compatible with Lua 5.1. If you've already embedded Lua
|
LuaJIT is API-compatible with Lua 5.1. If you've already embedded Lua
|
||||||
|
@ -145,7 +145,7 @@ for %%f in (lj_*.c lib_*.c) do (
|
|||||||
@echo.
|
@echo.
|
||||||
@echo *******************************************************
|
@echo *******************************************************
|
||||||
@echo *** Build FAILED -- Please check the error messages ***
|
@echo *** Build FAILED -- Please check the error messages ***
|
||||||
@echo *******************************************************
|
@echo *******************************************************
|
||||||
@goto :END
|
@goto :END
|
||||||
:FAIL
|
:FAIL
|
||||||
@echo To run this script you must open a "Native Tools Command Prompt for VS".
|
@echo To run this script you must open a "Native Tools Command Prompt for VS".
|
||||||
|
Loading…
Reference in New Issue
Block a user