diff options
| author | Lua Team <team@lua.org> | 2008-01-21 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2008-01-21 12:00:00 +0000 |
| commit | 52441b3df3a2448a8a30548a19601c6fc5689934 (patch) | |
| tree | 9c3e94e8324f34bfa3bc5c06fbe2a7f87e2e96d3 /etc/luavs.bat | |
| parent | 9ea694597c18612146b3423c9b343d15a4e57682 (diff) | |
| download | lua-github-5.1.3.tar.gz | |
Diffstat (limited to 'etc/luavs.bat')
| -rw-r--r-- | etc/luavs.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/luavs.bat b/etc/luavs.bat index d1ad267c..08c2bedd 100644 --- a/etc/luavs.bat +++ b/etc/luavs.bat @@ -1,7 +1,7 @@ @rem Script to build Lua under "Visual Studio .NET Command Prompt".
@rem Do not run 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.
-@rem David Manura <dm.lua@math2.org> and Mike Pall <mikelu-0801@mike.de>
+@rem (contributed by David Manura and Mike Pall)
@setlocal
@set MYCOMPILE=cl /nologo /MD /O2 /W3 /c /D_CRT_SECURE_NO_DEPRECATE
|
