diff options
Diffstat (limited to 'make-vc.cmd')
-rw-r--r-- | make-vc.cmd | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/make-vc.cmd b/make-vc.cmd index c50db3f..295e64d 100644 --- a/make-vc.cmd +++ b/make-vc.cmd | |||
@@ -84,7 +84,7 @@ goto ERR_NOLUA | |||
84 | 84 | ||
85 | :BUILD | 85 | :BUILD |
86 | @REM LuaBinaries: | 86 | @REM LuaBinaries: |
87 | @REM The current build system does not show 'lanes/core.dll' to | 87 | @REM The current build system does not show 'lanes_core.dll' to |
88 | @REM be dependent on more than 'KERNEL32.DLL'. Good. | 88 | @REM be dependent on more than 'KERNEL32.DLL'. Good. |
89 | @REM | 89 | @REM |
90 | @REM Lua for Windows: | 90 | @REM Lua for Windows: |
@@ -130,15 +130,15 @@ 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" /Felanes\core.dll src\*.cpp "%LUA_LIB%\lua5.1.lib" | 133 | cl %WARN% %FLAGS% /I "%LUA51%\include" /Felanes_core.dll src\*.cpp "%LUA_LIB%\lua5.1.lib" |
134 | @REM cl %WARN% %FLAGS% /I "%LUA51%\include" /Felanes\core.dll src\*.cpp "%LUA_LIB%\lua5.1.lib" /link /NODEFAULTLIB:libcmt | 134 | @REM cl %WARN% %FLAGS% /I "%LUA51%\include" /Felanes_core.dll src\*.cpp "%LUA_LIB%\lua5.1.lib" /link /NODEFAULTLIB:libcmt |
135 | 135 | ||
136 | @del lanes\core.lib | 136 | @del lanes_core.lib |
137 | @del lanes\core.exp | 137 | @del lanes_core.exp |
138 | @goto EXIT | 138 | @goto EXIT |
139 | 139 | ||
140 | :CLEAN | 140 | :CLEAN |
141 | if exist lanes\*.dll del lanes\*.dll | 141 | if exist lanes*.dll del lanes*.dll |
142 | if exist delme del delme | 142 | if exist delme del delme |
143 | @goto EXIT | 143 | @goto EXIT |
144 | 144 | ||