mirror of
https://github.com/lunarmodules/luafilesystem.git
synced 2026-07-25 05:03:07 +00:00
Correcting the use of the /MD flag
This commit is contained in:
34
config.win
34
config.win
@@ -1,17 +1,17 @@
|
|||||||
# 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 includes directory
|
||||||
LUA_INC= c:\lua5.1\include
|
LUA_INC= c:\lua5.1\include
|
||||||
# Lua library
|
# Lua library
|
||||||
LUA_LIB= c:\lua5.1\lua5.1.lib
|
LUA_LIB= c:\lua5.1\lua5.1.lib
|
||||||
|
|
||||||
LIBNAME= $T.dll
|
LIBNAME= $T.dll
|
||||||
|
|
||||||
# Compilation directives
|
# Compilation directives
|
||||||
WARN= /O2
|
WARN= /O2
|
||||||
INCS= /I$(LUA_INC)
|
INCS= /I$(LUA_INC)
|
||||||
CFLAGS= $(WARN) $(INCS)
|
CFLAGS= /MD $(WARN) $(INCS)
|
||||||
CC= cl
|
CC= cl
|
||||||
|
|
||||||
# $Id: config.win,v 1.4 2007/05/18 19:52:59 carregal Exp $
|
# $Id: config.win,v 1.5 2008/02/19 22:07:42 carregal Exp $
|
||||||
|
|||||||
Reference in New Issue
Block a user