summaryrefslogtreecommitdiff
path: root/etc/luavs.bat
diff options
context:
space:
mode:
Diffstat (limited to 'etc/luavs.bat')
-rw-r--r--etc/luavs.bat2
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