mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-24 20:33:06 +00:00
fixing config.win
This commit is contained in:
36
config.win
36
config.win
@@ -1,17 +1,19 @@
|
|||||||
# Installation directories
|
# Installation directories
|
||||||
# System's libraries directory (where binary libraries are installed)
|
# 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 includes directory
|
||||||
# Lua library
|
LUA_INC= "c:\lua5.1\include"
|
||||||
LUA_LIB= "c:\lua5.1\lua5.1.lib"
|
|
||||||
|
# Lua library
|
||||||
LIBNAME= $T.dll
|
LUA_LIB= "c:\lua5.1\lua5.1.lib"
|
||||||
|
|
||||||
# Compilation directives
|
LIBNAME= $T.dll
|
||||||
WARN= /O2
|
|
||||||
INCS= /I$(LUA_INC)
|
# Compilation directives
|
||||||
CFLAGS= /MD $(WARN) $(INCS)
|
WARN= /O2
|
||||||
CC= cl
|
INCS= /I$(LUA_INC)
|
||||||
|
CFLAGS= /MD $(WARN) $(INCS)
|
||||||
# $Id: config.win,v 1.6 2008/03/25 17:38:15 mascarenhas Exp $
|
CC= cl
|
||||||
|
|
||||||
|
# $Id: config.win,v 1.7 2008/03/25 17:39:29 mascarenhas Exp $
|
||||||
|
|||||||
Reference in New Issue
Block a user