mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
[master] fix WIN32 nmake crc64
- trivial typo in CRC-64 windows build
This commit is contained in:
parent
f42c0dcca8
commit
c5a53e9ab5
@ -1306,12 +1306,14 @@ SOURCE=..\crc64.c
|
||||
|
||||
|
||||
"$(INTDIR)\crc64.obj" : $(SOURCE) "$(INTDIR)"
|
||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||
|
||||
|
||||
!ELSEIF "$(CFG)" == "libisc - Win32 Debug"
|
||||
|
||||
|
||||
"$(INTDIR)\crc64.obj" "$(INTDIR)\crc64.sbr" : $(SOURCE) "$(INTDIR)"
|
||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
Loading…
x
Reference in New Issue
Block a user