Skip to content

Commit

Permalink
Use release MFC lib for NODEBUG builds
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>

ticket: 7318 (new)
queue: kfw
target_version: 1.10.4
tags: pullup
  • Loading branch information
Kevin Wasserman authored and kaduk committed Aug 29, 2012
1 parent 0f18dbc commit 9ae1e4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/windows/leash/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9ae1e4e

Please sign in to comment.