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

[RT #19767]
This commit is contained in:
Mark Andrews 2009-05-29 01:34:41 +00:00
parent cb1aa919c6
commit a5e335d7fc
2 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,5 @@
2602. [port] win32: fix debugging command line build of libisccfg.
[RT #19767]
--- 9.6.1rc1 released ---

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)