mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:40:00 -04:00
2602. [port] win32: fix debugging command line build of libisccfg.
[RT #19767]
This commit is contained in:
parent
cb1aa919c6
commit
a5e335d7fc
2 changed files with 3 additions and 1 deletions
2
CHANGES
2
CHANGES
|
|
@ -1,3 +1,5 @@
|
|||
2602. [port] win32: fix debugging command line build of libisccfg.
|
||||
[RT #19767]
|
||||
|
||||
--- 9.6.1rc1 released ---
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue