aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarregal <carregal>2007-03-15 21:27:52 +0000
committercarregal <carregal>2007-03-15 21:27:52 +0000
commit8161cea87780539088006bacf5730d11d15fd00f (patch)
tree3bb0799f8ef4c44f5a85231742d1d3eead507095
parenta11b58023e99954c6e6520a2369b0ac93defaac9 (diff)
downloadluafilesystem-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.win8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.win b/config.win
index 587241f..1d3360f 100644
--- a/config.win
+++ b/config.win
@@ -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)
3LUA_LIBDIR= c:\lua51\lib 3LUA_LIBDIR= c:\lua5.1\lib
4# Lua includes directory 4# Lua includes directory
5LUA_INC= c:\lua51\include 5LUA_INC= c:\lua5.1\include
6# Lua library 6# Lua library
7LUA_LIB= c:\lua51\bin\lua5.1.lib 7LUA_LIB= c:\lua5.1\bin\lua5.1.lib
8 8
9LIBNAME= $T.dll 9LIBNAME= $T.dll
10 10
@@ -14,4 +14,4 @@ INCS= /I$(LUA_INC)
14CFLAGS= $(WARN) $(INCS) 14CFLAGS= $(WARN) $(INCS)
15CC= cl 15CC= 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 $