diff options
| author | carregal <carregal> | 2007-03-15 21:27:52 +0000 |
|---|---|---|
| committer | carregal <carregal> | 2007-03-15 21:27:52 +0000 |
| commit | 8161cea87780539088006bacf5730d11d15fd00f (patch) | |
| tree | 3bb0799f8ef4c44f5a85231742d1d3eead507095 | |
| parent | a11b58023e99954c6e6520a2369b0ac93defaac9 (diff) | |
| download | luafilesystem-8161cea87780539088006bacf5730d11d15fd00f.tar.gz luafilesystem-8161cea87780539088006bacf5730d11d15fd00f.tar.bz2 luafilesystem-8161cea87780539088006bacf5730d11d15fd00f.zip | |
Changing the default Windows building directory from c:\lua51 to c:\lua5.1
| -rw-r--r-- | config.win | 8 |
1 files changed, 4 insertions, 4 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:\lua51\lib | 3 | LUA_LIBDIR= c:\lua5.1\lib |
| 4 | # Lua includes directory | 4 | # Lua includes directory |
| 5 | LUA_INC= c:\lua51\include | 5 | LUA_INC= c:\lua5.1\include |
| 6 | # Lua library | 6 | # Lua library |
| 7 | LUA_LIB= c:\lua51\bin\lua5.1.lib | 7 | LUA_LIB= c:\lua5.1\bin\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.2 2006/12/04 18:24:18 mascarenhas Exp $ | 17 | # $Id: config.win,v 1.3 2007/03/15 21:27:52 carregal Exp $ |
