diff options
author | mascarenhas <mascarenhas> | 2008-03-25 17:38:15 +0000 |
---|---|---|
committer | mascarenhas <mascarenhas> | 2008-03-25 17:38:15 +0000 |
commit | dac6b84edafb9c900d2bfb21ab25839d06a645da (patch) | |
tree | dc2eace1926bd15b56a8004fc664f5026d3efdd4 | |
parent | ca8efaa8e7005e3c0e352d3228948365f59b12b6 (diff) | |
download | luafilesystem-dac6b84edafb9c900d2bfb21ab25839d06a645da.tar.gz luafilesystem-dac6b84edafb9c900d2bfb21ab25839d06a645da.tar.bz2 luafilesystem-dac6b84edafb9c900d2bfb21ab25839d06a645da.zip |
fixed config.win
-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:\lua5.1 | 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\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= /MD $(WARN) $(INCS) | 14 | CFLAGS= /MD $(WARN) $(INCS) |
15 | CC= cl | 15 | CC= cl |
16 | 16 | ||
17 | # $Id: config.win,v 1.5 2008/02/19 22:07:42 carregal Exp $ | 17 | # $Id: config.win,v 1.6 2008/03/25 17:38:15 mascarenhas Exp $ |