krb5 commit: Use release MFC lib for NODEBUG builds
Benjamin Kaduk
kaduk at MIT.EDU
Wed Aug 29 14:55:51 EDT 2012
https://github.com/krb5/krb5/commit/9ae1e4ee6df9ffd90f2627e2abce6a2ceac285cc
commit 9ae1e4ee6df9ffd90f2627e2abce6a2ceac285cc
Author: Kevin Wasserman <kevin.wasserman at painless-security.com>
Date: Thu Jul 26 06:53:50 2012 -0400
Use release MFC lib for NODEBUG builds
Signed-off-by: Kevin Wasserman <kevin.wasserman at painless-security.com>
ticket: 7318 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
src/windows/leash/Makefile.in | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/windows/leash/Makefile.in b/src/windows/leash/Makefile.in
index 4f6e583..ec8cfa0 100644
--- a/src/windows/leash/Makefile.in
+++ b/src/windows/leash/Makefile.in
@@ -14,7 +14,11 @@ AFS_INCLUDES=
AFS_LIBS=
!endif
+!if defined(NODEBUG)
+MFCLIB=MFC100.LIB
+!else
MFCLIB=MFC100D.LIB
+!endif
EXE_NAME=leash
WSHELPER=wshelp32
More information about the cvs-krb5
mailing list