From 773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Tue, 23 Aug 2005 05:53:14 +0000 Subject: 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. --- makefile.dist | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'makefile.dist') diff --git a/makefile.dist b/makefile.dist index 4ccddbc..8b79653 100644 --- a/makefile.dist +++ b/makefile.dist @@ -2,9 +2,9 @@ # Distribution makefile #-------------------------------------------------------------------------- -DIST = luasocket-2.0-beta3 +DIST = luasocket-2.0 -COMPAT = compat-5.1r2 +COMPAT = compat-5.1r4 LUA = \ ftp.lua \ @@ -37,6 +37,7 @@ EXAMPLES = \ ETC = \ check-links.lua \ + check-links-nb.lua \ dict.lua \ get.lua \ unix.c \ @@ -76,8 +77,8 @@ CORE = \ wsocket.h MAKE = \ - makefile.Darwin \ - makefile.Linux \ + makefile \ + config \ luasocket.sln \ luasocket.vcproj \ mime.vcproj -- cgit v1.2.3-55-g6feb