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 /config | |
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 'config')
-rw-r--r-- | config | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -8,8 +8,8 @@ | |||
8 | EXT=so | 8 | EXT=so |
9 | SOCKET_V=2.0.0 | 9 | SOCKET_V=2.0.0 |
10 | MIME_V=1.0.0 | 10 | MIME_V=1.0.0 |
11 | SOCKET_SO=socket-core.$(EXT).$(SOCKET_V) | 11 | SOCKET_SO=socket.$(EXT).$(SOCKET_V) |
12 | MIME_SO=mime-core.$(EXT).$(MIME_V) | 12 | MIME_SO=mime.$(EXT).$(MIME_V) |
13 | UNIX_SO=unix.$(EXT) | 13 | UNIX_SO=unix.$(EXT) |
14 | 14 | ||
15 | #------ | 15 | #------ |
@@ -25,13 +25,15 @@ COMPAT=compat-5.1r4 | |||
25 | 25 | ||
26 | #------ | 26 | #------ |
27 | # Top of your Lua installation | 27 | # Top of your Lua installation |
28 | # Relative paths will be inside src tree | 28 | # Relative paths will be inside the src tree |
29 | # | 29 | # |
30 | INSTALL_TOP=/usr/local/share/lua/5.0 | 30 | #INSTALL_TOP_LUA=/usr/local/share/lua/5.0 |
31 | #INSTALL_TOP_LIB=/usr/local/lib/lua/5.0 | ||
32 | INSTALL_TOP_LUA=share | ||
33 | INSTALL_TOP_LIB=lib | ||
31 | 34 | ||
32 | INSTALL_DATA=cp | 35 | INSTALL_DATA=cp |
33 | INSTALL_EXEC=cp | 36 | INSTALL_EXEC=cp |
34 | INSTALL_LINK=ln | ||
35 | 37 | ||
36 | #------ | 38 | #------ |
37 | # Compiler and linker settings | 39 | # Compiler and linker settings |