From bb9cf83617a492d003debc0c140bcfaf598a63b5 Mon Sep 17 00:00:00 2001 From: carregal Date: Tue, 19 Feb 2008 22:07:42 +0000 Subject: Correcting the use of the /MD flag --- config.win | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/config.win b/config.win index 11483e6..4475dea 100644 --- a/config.win +++ b/config.win @@ -1,17 +1,17 @@ -# Installation directories -# System's libraries directory (where binary libraries are installed) -LUA_LIBDIR= c:\lua5.1 -# Lua includes directory -LUA_INC= c:\lua5.1\include -# Lua library -LUA_LIB= c:\lua5.1\lua5.1.lib - -LIBNAME= $T.dll - -# Compilation directives -WARN= /O2 -INCS= /I$(LUA_INC) -CFLAGS= $(WARN) $(INCS) -CC= cl - -# $Id: config.win,v 1.4 2007/05/18 19:52:59 carregal Exp $ +# Installation directories +# System's libraries directory (where binary libraries are installed) +LUA_LIBDIR= c:\lua5.1 +# Lua includes directory +LUA_INC= c:\lua5.1\include +# Lua library +LUA_LIB= c:\lua5.1\lua5.1.lib + +LIBNAME= $T.dll + +# Compilation directives +WARN= /O2 +INCS= /I$(LUA_INC) +CFLAGS= /MD $(WARN) $(INCS) +CC= cl + +# $Id: config.win,v 1.5 2008/02/19 22:07:42 carregal Exp $ -- cgit v1.2.3-55-g6feb