From 429ec9a65ccb8143bb3dd176cc7611abb69af7b8 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 29 May 2009 01:38:54 +0000 Subject: [PATCH] 2602. [port] win32: fix debugging command line build of libisccfg. [RT #19767] --- CHANGES | 3 +++ lib/isccfg/win32/libisccfg.mak | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index e458fc2849..a1b83bd437 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +2602. [port] win32: fix debugging command line build of libisccfg. + [RT #19767] + 2599. [bug] Address rapid memory growth when validation fails. [RT #19654] diff --git a/lib/isccfg/win32/libisccfg.mak b/lib/isccfg/win32/libisccfg.mak index 8652d1624f..18efda2180 100644 --- a/lib/isccfg/win32/libisccfg.mak +++ b/lib/isccfg/win32/libisccfg.mak @@ -242,7 +242,7 @@ LINK32_OBJS= \ "$(INTDIR)\parser.obj" \ "$(INTDIR)\version.obj" \ "$(INTDIR)\namedconf.obj" \ - "..\..\dns\win32\Debug\libdns.lib" + "..\..\dns\win32\Debug\libdns.lib" \ "..\..\isc\win32\Debug\libisc.lib" "..\..\..\Build\Debug\libisccfg.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)