mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
fixed config.win
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Installation directories
|
||||
# System's libraries directory (where binary libraries are installed)
|
||||
LUA_LIBDIR= c:\lua5.1
|
||||
LUA_LIBDIR= "c:\lua5.1"
|
||||
# Lua includes directory
|
||||
LUA_INC= c:\lua5.1\include
|
||||
LUA_INC= "c:\lua5.1\include"
|
||||
# Lua library
|
||||
LUA_LIB= c:\lua5.1\lua5.1.lib
|
||||
LUA_LIB= "c:\lua5.1\lua5.1.lib"
|
||||
|
||||
LIBNAME= $T.dll
|
||||
|
||||
@@ -14,4 +14,4 @@ INCS= /I$(LUA_INC)
|
||||
CFLAGS= /MD $(WARN) $(INCS)
|
||||
CC= cl
|
||||
|
||||
# $Id: config.win,v 1.5 2008/02/19 22:07:42 carregal Exp $
|
||||
# $Id: config.win,v 1.6 2008/03/25 17:38:15 mascarenhas Exp $
|
||||
|
||||
Reference in New Issue
Block a user