shithub: sox

ref: de5d6f0907b586f2abf68da01ae7ec4d545ff9e3
dir: /lua/etc/luavs.bat/

View raw version
cd src
cl /O2 /W3 /c /DLUA_BUILD_AS_DLL l*.c
del lua.obj luac.obj
link /DLL /out:lua51.dll l*.obj
cl /O2 /W3 /c /DLUA_BUILD_AS_DLL lua.c
link /out:lua.exe lua.obj lua51.lib
cd ..