78 lines
1.1 KiB
Plaintext
78 lines
1.1 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1996-2001 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Domain Name System (DNS) Library
|
||
|
|
||
|
Sources file for building DNS library.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Jim Gilroy (jamesg) December 1996
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
|
||
|
MAJORCOMP=dns
|
||
|
MINORCOMP=dnslib
|
||
|
UMTYPE=windows
|
||
|
SUBSYSTEM_VERSION=4.0
|
||
|
|
||
|
TARGETNAME=dnslib
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
!IFDEF WINDBG
|
||
|
NTDEBUG=ntsd
|
||
|
NTDEBUGTYPE=windbg
|
||
|
!ENDIF
|
||
|
|
||
|
PRECOMPILED_INCLUDE=local.h
|
||
|
INCLUDES=..\pinc;
|
||
|
|
||
|
SOURCES= \
|
||
|
addr.c \
|
||
|
debug.c \
|
||
|
dnsutil.c \
|
||
|
flatbuf.c \
|
||
|
heapdbg.c \
|
||
|
hostent.c \
|
||
|
iparray.c \
|
||
|
memory.c \
|
||
|
name.c \
|
||
|
print.c \
|
||
|
record.c \
|
||
|
rralloc.c \
|
||
|
rrbuild.c \
|
||
|
rrcopy.c \
|
||
|
rrcomp.c \
|
||
|
rrlist.c \
|
||
|
rrprint.c \
|
||
|
rrread.c \
|
||
|
rrsort.c \
|
||
|
rrwrite.c \
|
||
|
secutil.c \
|
||
|
security.c \
|
||
|
straddr.c \
|
||
|
string.c \
|
||
|
table.c \
|
||
|
timer.c \
|
||
|
utf8.c \
|
||
|
|
||
|
|
||
|
C_DEFINES=-DRPC_NO_WINDOWS_H
|
||
|
C_DEFINES=$(C_DEFINES) -DBETA2COMPAT
|
||
|
|
||
|
PASS1_PUBLISH= \
|
||
|
{$(O)\dnslib.lib=$(SDK_LIB_PATH)\dnslib.lib}
|