diff options
-rw-r--r-- | make-vc.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-vc.cmd b/make-vc.cmd index 910390a..6b63b21 100644 --- a/make-vc.cmd +++ b/make-vc.cmd | |||
@@ -130,7 +130,7 @@ goto ERR_NOLUA | |||
130 | @REM | 130 | @REM |
131 | @set FLAGS=/O2 /LD | 131 | @set FLAGS=/O2 /LD |
132 | 132 | ||
133 | cl %WARN% %FLAGS% /I "%LUA51%\include" /Felua51-lanes.dll src\*.c "%LUA_LIB%\lua5.1.lib" | 133 | cl %WARN% %FLAGS% /I "%LUA51%\include" /Felanes\core.dll src\*.c "%LUA_LIB%\lua5.1.lib" |
134 | @REM cl %WARN% %FLAGS% /I "%LUA51%\include" /Felanes\core.dll src\*.c "%LUA_LIB%\lua5.1.lib" /link /NODEFAULTLIB:libcmt | 134 | @REM cl %WARN% %FLAGS% /I "%LUA51%\include" /Felanes\core.dll src\*.c "%LUA_LIB%\lua5.1.lib" /link /NODEFAULTLIB:libcmt |
135 | 135 | ||
136 | @del lanes\core.lib | 136 | @del lanes\core.lib |