mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-22 02:53:06 +00:00
Dropped Lua 5.0 support.
This commit is contained in:
17
config.win
Normal file
17
config.win
Normal file
@@ -0,0 +1,17 @@
|
||||
# Installation directories
|
||||
# System's libraries directory (where binary libraries are installed)
|
||||
LUA_LIBDIR= c:/lua51/lib
|
||||
# Lua includes directory
|
||||
LUA_INC= c:/lua51/include
|
||||
# Lua library
|
||||
LUA_LIB= c:/lua51/bin/lua51.lib
|
||||
|
||||
LIBNAME= $T.dll
|
||||
|
||||
# Compilation directives
|
||||
WARN= /O2 /Wall
|
||||
INCS= /I$(LUA_INC)
|
||||
CFLAGS= $(WARN) $(INCS)
|
||||
CC= cl
|
||||
|
||||
# $Id: config.win,v 1.1 2006/12/04 15:28:53 mascarenhas Exp $
|
||||
Reference in New Issue
Block a user