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

[RT #19767]
This commit is contained in:
Mark Andrews
2009-05-29 01:16:31 +00:00
parent a9a054302d
commit 7be6336565
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
2602. [port] win32: fix debugging command line build of libisccfg.
[RT #19767]
2601. [doc] Mention file creation mode mask in the
named manual page.

View 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)