diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2015-10-05 10:28:54 +0800 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2015-10-05 10:28:54 +0800 |
commit | d1ec29be7f982db75864155dd61a058902e1cae2 (patch) | |
tree | f80a07cb960e2689d4112aeef46b5a2e6bbc42c1 /win32.cmd | |
parent | 4110e4125dace9df3a744067066e5dee62670561 (diff) | |
parent | f4b472007324a65109a86e32e03971339b9fe951 (diff) | |
download | luasocket-d1ec29be7f982db75864155dd61a058902e1cae2.tar.gz luasocket-d1ec29be7f982db75864155dd61a058902e1cae2.tar.bz2 luasocket-d1ec29be7f982db75864155dd61a058902e1cae2.zip |
Merge branch 'KateAdams-tcp_reuseport'
Diffstat (limited to 'win32.cmd')
-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' | make LUAPREFIX_win32='c:\cygwin\home\diego\vc12' LUAV=5.1 PLAT=win32 LUALIBNAME_win32=lualib.lib PLATFORM_win32=Debug install-both | |
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; | ||