mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-18 06:49:48 +02:00
Added my test command lines.
This commit is contained in:
12
win32.cmd
Normal file
12
win32.cmd
Normal file
@ -0,0 +1,12 @@
|
||||
make PLAT=win32 LUAV=5.2 LUAINC_win32='c:\cygwin\home\diego\build\include' LUALIB_win32='c:\cygwin\home\diego\build\bin\release'
|
||||
|
||||
#!/bin/sh
|
||||
for p in Release Debug x64/Release x64/Debug; do
|
||||
for el in mime socket; do
|
||||
for e in dll lib; do
|
||||
cp $p/$el/core.$e ../bin/$p/$el/
|
||||
done;
|
||||
done;
|
||||
cp src/ltn12.lua src/socket.lua src/mime.lua ../bin/$p/
|
||||
cp src/http.lua src/url.lua src/tp.lua src/ftp.lua src/headers.lua src/smtp.lua ../bin/$p/socket/
|
||||
done;
|
Reference in New Issue
Block a user