[xmlsec] fix win debug build



commit de5b320b77ca8fc19d1c102f51f7de4e3e41950d
Author: Aleksey Sanin <aleksey aleksey com>
Date:   Thu May 10 07:51:28 2012 -0700

    fix win debug build

 win32/Makefile.msvc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index b1d8869..2712a0a 100644
--- a/win32/Makefile.msvc
+++ b/win32/Makefile.msvc
@@ -304,7 +304,7 @@ CPPFLAGS 		= /nologo
 #
 CC 			= cl.exe
 CFLAGS 			= /nologo /D "WIN32" /D "_WINDOWS" 
-CFLAGS 			= $(CFLAGS) /D "_MBCS" /D "_REENTRANT"  /W1 /MD 
+CFLAGS 			= $(CFLAGS) /D "_MBCS" /D "_REENTRANT"  /W1  
 CFLAGS 			= $(CFLAGS) /I$(BASEDIR) /I$(BASEDIR)\include
 CFLAGS 			= $(CFLAGS) /I$(INCPREFIX)
 CFLAGS 			= $(CFLAGS) /D PACKAGE=\"$(XMLSEC_NAME)\" 
@@ -318,9 +318,9 @@ CFLAGS 			= $(CFLAGS) /D "UNICODE" /D "_UNICODE"
 
 # Optimisation and debug symbols.
 !if "$(DEBUG)" == "1"
-CFLAGS 			= $(CFLAGS) /D "_DEBUG" /Od /Z7
+CFLAGS 			= $(CFLAGS) /D "_DEBUG" /Od /Z7 /MDd 
 !else
-CFLAGS 			= $(CFLAGS) /D "NDEBUG" /O2 
+CFLAGS 			= $(CFLAGS) /D "NDEBUG" /O2 /MD
 !endif
 
 # configurable options



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]