diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/README | 4 | ||||
| -rw-r--r-- | etc/luavs.bat | 4 |
2 files changed, 2 insertions, 6 deletions
@@ -19,8 +19,8 @@ lua.pc pkg-config data for Lua luavs.bat - Script to build Lua under "Visual Studio .NET Command Prompt", - contributed by Mike Pall. Run it from the toplevel as etc\luavs.bat. + Script to build Lua under "Visual Studio .NET Command Prompt". + Run it from the toplevel as etc\luavs.bat. min.c A minimal Lua interpreter. diff --git a/etc/luavs.bat b/etc/luavs.bat index 1b870de8..6b1120b8 100644 --- a/etc/luavs.bat +++ b/etc/luavs.bat @@ -1,6 +1,4 @@ rem script to build Lua under "Visual Studio .NET Command Prompt".
-rem contributed by Mike Pall.
-
rem do not run it from this directory, run it from the toplevel: etc\luavs.bat
rem it creates lua51.dll, lua51.lib, lua.exe, and luac.exe in src.
@@ -15,5 +13,3 @@ del lua.obj linit.obj lbaselib.obj ldblib.obj liolib.obj lmathlib.obj loslib.obj link /out:luac.exe *.obj
del *.obj
cd ..
-
-lauxlib.o
|
