diff options
| author | Lua Team <team@lua.org> | 2010-01-14 12:00:00 +0000 |
|---|---|---|
| committer | repogen <> | 2010-01-14 12:00:00 +0000 |
| commit | ecd48c2901f08a88db32139b97c35c59eba1f19e (patch) | |
| tree | 526e8dac3e037de0024b37c89fa3150baeea969f /etc/luavs.bat | |
| parent | 22912c77c80f8de8f7accd3319c726f7c5349fd3 (diff) | |
| download | lua-github-5.2.0-work2.tar.gz | |
Lua 5.2.0-work25.2.0-work2
Diffstat (limited to 'etc/luavs.bat')
| -rw-r--r-- | etc/luavs.bat | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/luavs.bat b/etc/luavs.bat index 08c2bedd..14518713 100644 --- a/etc/luavs.bat +++ b/etc/luavs.bat @@ -1,6 +1,6 @@ -@rem Script to build Lua under "Visual Studio .NET Command Prompt".
+@rem Script to build Lua 5.2 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 It creates lua52.dll, lua52.lib, lua.exe, and luac.exe in src.
@rem (contributed by David Manura and Mike Pall)
@setlocal
@@ -11,11 +11,11 @@ cd src
%MYCOMPILE% /DLUA_BUILD_AS_DLL l*.c
del lua.obj luac.obj
-%MYLINK% /DLL /out:lua51.dll l*.obj
-if exist lua51.dll.manifest^
- %MYMT% -manifest lua51.dll.manifest -outputresource:lua51.dll;2
+%MYLINK% /DLL /out:lua52.dll l*.obj
+if exist lua52.dll.manifest^
+ %MYMT% -manifest lua52.dll.manifest -outputresource:lua52.dll;2
%MYCOMPILE% /DLUA_BUILD_AS_DLL lua.c
-%MYLINK% /out:lua.exe lua.obj lua51.lib
+%MYLINK% /out:lua.exe lua.obj lua52.lib
if exist lua.exe.manifest^
%MYMT% -manifest lua.exe.manifest -outputresource:lua.exe
%MYCOMPILE% l*.c print.c
|
