aboutsummaryrefslogtreecommitdiff
path: root/makefile.dist
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-23 05:53:14 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-08-23 05:53:14 +0000
commit773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 (patch)
tree03e8e9a4bd64b9424006315c8e720c3f2841a751 /makefile.dist
parent5e8ae76248ed31496dc6fef7855498a0479159ed (diff)
downloadluasocket-773e35ced30fa2c03ddb2a332bf8a9aebb56aa44.tar.gz
luasocket-773e35ced30fa2c03ddb2a332bf8a9aebb56aa44.tar.bz2
luasocket-773e35ced30fa2c03ddb2a332bf8a9aebb56aa44.zip
Compiled on Windows. Fixed a bunch of stuff. Almost ready to release.
Implemented a nice dispatcher! Non-blocking check-links and forward server use the dispatcher.
Diffstat (limited to 'makefile.dist')
-rw-r--r--makefile.dist9
1 files changed, 5 insertions, 4 deletions
diff --git a/makefile.dist b/makefile.dist
index 4ccddbc..8b79653 100644
--- a/makefile.dist
+++ b/makefile.dist
@@ -2,9 +2,9 @@
2# Distribution makefile 2# Distribution makefile
3#-------------------------------------------------------------------------- 3#--------------------------------------------------------------------------
4 4
5DIST = luasocket-2.0-beta3 5DIST = luasocket-2.0
6 6
7COMPAT = compat-5.1r2 7COMPAT = compat-5.1r4
8 8
9LUA = \ 9LUA = \
10 ftp.lua \ 10 ftp.lua \
@@ -37,6 +37,7 @@ EXAMPLES = \
37 37
38ETC = \ 38ETC = \
39 check-links.lua \ 39 check-links.lua \
40 check-links-nb.lua \
40 dict.lua \ 41 dict.lua \
41 get.lua \ 42 get.lua \
42 unix.c \ 43 unix.c \
@@ -76,8 +77,8 @@ CORE = \
76 wsocket.h 77 wsocket.h
77 78
78MAKE = \ 79MAKE = \
79 makefile.Darwin \ 80 makefile \
80 makefile.Linux \ 81 config \
81 luasocket.sln \ 82 luasocket.sln \
82 luasocket.vcproj \ 83 luasocket.vcproj \
83 mime.vcproj 84 mime.vcproj