mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
win32obj.obj -> win32os.obj
This commit is contained in:
parent
4757465d50
commit
3afde524a1
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ LINK32_OBJS= \
|
|||
"$(INTDIR)\task.obj" \
|
||||
"$(INTDIR)\taskpool.obj" \
|
||||
"$(INTDIR)\timer.obj" \
|
||||
"$(INTDIR)\win32obj.obj"
|
||||
"$(INTDIR)\win32os.obj"
|
||||
|
||||
"..\..\..\Build\Release\libisc.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
||||
$(LINK32) @<<
|
||||
|
|
|
|||
Loading…
Reference in a new issue