diff options
author | carregal <carregal> | 2007-05-18 19:52:59 +0000 |
---|---|---|
committer | carregal <carregal> | 2007-05-18 19:52:59 +0000 |
commit | 47f40e5705c53425ca0d22662f31c6742c2a5569 (patch) | |
tree | fbd76b71b7b09908767184b1b4bd1010313cdd28 | |
parent | d3e7a0ed127cd81c057ed174615361f518056d28 (diff) | |
download | luafilesystem-47f40e5705c53425ca0d22662f31c6742c2a5569.tar.gz luafilesystem-47f40e5705c53425ca0d22662f31c6742c2a5569.tar.bz2 luafilesystem-47f40e5705c53425ca0d22662f31c6742c2a5569.zip |
Changes related to the new build strucutre using Lua 5.1 default paths
-rw-r--r-- | config.win | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ | |||
1 | # Installation directories | 1 | # Installation directories |
2 | # System's libraries directory (where binary libraries are installed) | 2 | # System's libraries directory (where binary libraries are installed) |
3 | LUA_LIBDIR= c:\lua5.1\lib | 3 | LUA_LIBDIR= c:\lua5.1 |
4 | # Lua includes directory | 4 | # Lua includes directory |
5 | LUA_INC= c:\lua5.1\include | 5 | LUA_INC= c:\lua5.1\include |
6 | # Lua library | 6 | # Lua library |
7 | LUA_LIB= c:\lua5.1\bin\lua5.1.lib | 7 | LUA_LIB= c:\lua5.1\lua5.1.lib |
8 | 8 | ||
9 | LIBNAME= $T.dll | 9 | LIBNAME= $T.dll |
10 | 10 | ||
@@ -14,4 +14,4 @@ INCS= /I$(LUA_INC) | |||
14 | CFLAGS= $(WARN) $(INCS) | 14 | CFLAGS= $(WARN) $(INCS) |
15 | CC= cl | 15 | CC= cl |
16 | 16 | ||
17 | # $Id: config.win,v 1.3 2007/03/15 21:27:52 carregal Exp $ | 17 | # $Id: config.win,v 1.4 2007/05/18 19:52:59 carregal Exp $ |