diff options
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | win32.cmd | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -1,12 +1 @@ | |||
1 | make PLAT=win32 LUAV=5.2 LUAINC_win32='c:\cygwin\home\diego\build\include' LUALIB_win32='c:\cygwin\home\diego\build\bin\release' | LUAV=5.3 PLAT=win32 LUAPREFIX_win32=/z/data/build/vc14 make | |
2 | |||
3 | #!/bin/sh | ||
4 | for p in Release Debug x64/Release x64/Debug; do | ||
5 | for el in mime socket; do | ||
6 | for e in dll lib; do | ||
7 | cp $p/$el/core.$e ../bin/$p/$el/ | ||
8 | done; | ||
9 | done; | ||
10 | cp src/ltn12.lua src/socket.lua src/mime.lua ../bin/$p/ | ||
11 | cp src/http.lua src/url.lua src/tp.lua src/ftp.lua src/headers.lua src/smtp.lua ../bin/$p/socket/ | ||
12 | done; | ||