aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcarregal <carregal>2007-05-18 19:52:59 +0000
committercarregal <carregal>2007-05-18 19:52:59 +0000
commit47f40e5705c53425ca0d22662f31c6742c2a5569 (patch)
treefbd76b71b7b09908767184b1b4bd1010313cdd28
parentd3e7a0ed127cd81c057ed174615361f518056d28 (diff)
downloadluafilesystem-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.win6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.win b/config.win
index 1d3360f..11483e6 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:\lua5.1\lib 3LUA_LIBDIR= c:\lua5.1
4# Lua includes directory 4# Lua includes directory
5LUA_INC= c:\lua5.1\include 5LUA_INC= c:\lua5.1\include
6# Lua library 6# Lua library
7LUA_LIB= c:\lua5.1\bin\lua5.1.lib 7LUA_LIB= c:\lua5.1\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.3 2007/03/15 21:27:52 carregal Exp $ 17# $Id: config.win,v 1.4 2007/05/18 19:52:59 carregal Exp $