aboutsummaryrefslogtreecommitdiff
path: root/win32.cmd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--]win32.cmd13
1 files changed, 1 insertions, 12 deletions
diff --git a/win32.cmd b/win32.cmd
index 48522f0..5eda3b1 100644..100755
--- a/win32.cmd
+++ b/win32.cmd
@@ -1,12 +1 @@
1make 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
4for 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/
12done;