mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Changing the default Windows building directory from c:\lua51 to c:\lua5.1
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Installation directories
|
||||
# System's libraries directory (where binary libraries are installed)
|
||||
LUA_LIBDIR= c:\lua51\lib
|
||||
LUA_LIBDIR= c:\lua5.1\lib
|
||||
# Lua includes directory
|
||||
LUA_INC= c:\lua51\include
|
||||
LUA_INC= c:\lua5.1\include
|
||||
# Lua library
|
||||
LUA_LIB= c:\lua51\bin\lua5.1.lib
|
||||
LUA_LIB= c:\lua5.1\bin\lua5.1.lib
|
||||
|
||||
LIBNAME= $T.dll
|
||||
|
||||
@@ -14,4 +14,4 @@ INCS= /I$(LUA_INC)
|
||||
CFLAGS= $(WARN) $(INCS)
|
||||
CC= cl
|
||||
|
||||
# $Id: config.win,v 1.2 2006/12/04 18:24:18 mascarenhas Exp $
|
||||
# $Id: config.win,v 1.3 2007/03/15 21:27:52 carregal Exp $
|
||||
|
||||
Reference in New Issue
Block a user