]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2602. [port] win32: fix debugging command line build of libisccfg.
authorMark Andrews <marka@isc.org>
Fri, 29 May 2009 01:34:41 +0000 (01:34 +0000)
committerMark Andrews <marka@isc.org>
Fri, 29 May 2009 01:34:41 +0000 (01:34 +0000)
                        [RT #19767]

CHANGES
lib/isccfg/win32/libisccfg.mak

diff --git a/CHANGES b/CHANGES
index 4f55ca2aa0e8d591e3c203f50d3982d112f3a42f..b53acc3464410661c7fdf7aa29b13e13eeb35a66 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2602.  [port]          win32: fix debugging command line build of libisccfg.
+                       [RT #19767]
 
        --- 9.6.1rc1 released ---
 
index 1e7cc3b8c49cf8e70b9cea2890310ffeaf259bde..ab4dabb925f62e81c8315f0f2b267fae7abf7144 100644 (file)
@@ -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)