2602. [port] win32: fix debugging command line build of libisccfg.

[RT #19767]
This commit is contained in:
Mark Andrews
2009-05-29 01:38:54 +00:00
parent 9eb441e7a3
commit 429ec9a65c
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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]
+1 -1
View File
@@ -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)