windows-nt/Source/XPSP1/NT/ds/dns/dnsexts/sources
2020-09-26 16:20:57 +08:00

49 lines
666 B
Plaintext

!IF 0
Copyright (c) 1998-2000 Microsoft Corporation
Module Name:
sources
Abstract:
Domain Name System (DNS) Debug extensions.
Sources file for building dnsexts.dll
Author:
Revision History:
!ENDIF
MAJORCOMP=dns
MINORCOMP=dnsexts
TARGETNAME=dnsexts
TARGETPATH=obj
TARGETTYPE=DYNLINK
INCLUDES=..\pinc;..\server\inc;..\server\server;..\dnslib;
DLLDEF=$(O)\dnsexts.def
DLLENTRY=_DllMainCRTStartup
TARGETLIBS= \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\ntdll.lib
SOURCES= \
version.rc \
dnsexts.cxx \
dump.cxx \
util.cxx
C_DEFINES=$(C_DEFINES)