diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-23 05:53:14 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-08-23 05:53:14 +0000 |
| commit | 773e35ced30fa2c03ddb2a332bf8a9aebb56aa44 (patch) | |
| tree | 03e8e9a4bd64b9424006315c8e720c3f2841a751 /makefile.dist | |
| parent | 5e8ae76248ed31496dc6fef7855498a0479159ed (diff) | |
| download | luasocket-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.dist | 9 |
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 | ||
| 5 | DIST = luasocket-2.0-beta3 | 5 | DIST = luasocket-2.0 |
| 6 | 6 | ||
| 7 | COMPAT = compat-5.1r2 | 7 | COMPAT = compat-5.1r4 |
| 8 | 8 | ||
| 9 | LUA = \ | 9 | LUA = \ |
| 10 | ftp.lua \ | 10 | ftp.lua \ |
| @@ -37,6 +37,7 @@ EXAMPLES = \ | |||
| 37 | 37 | ||
| 38 | ETC = \ | 38 | ETC = \ |
| 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 | ||
| 78 | MAKE = \ | 79 | MAKE = \ |
| 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 |
