From a5e335d7fccf03a9870b70f29309ca34e2eab80b Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 29 May 2009 01:34:41 +0000 Subject: [PATCH] 2602. [port] win32: fix debugging command line build of libisccfg. [RT #19767] --- CHANGES | 2 ++ lib/isccfg/win32/libisccfg.mak | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4f55ca2aa0..b53acc3464 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,5 @@ +2602. [port] win32: fix debugging command line build of libisccfg. + [RT #19767] --- 9.6.1rc1 released --- diff --git a/lib/isccfg/win32/libisccfg.mak b/lib/isccfg/win32/libisccfg.mak index 1e7cc3b8c4..ab4dabb925 100644 --- a/lib/isccfg/win32/libisccfg.mak +++ b/lib/isccfg/win32/libisccfg.mak @@ -241,7 +241,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)