mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
919 B
51 lines
919 B
!IF 0
|
|
|
|
Copyright (c) 1998-2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
Abstract:
|
|
|
|
Domain Name System (DNS)
|
|
|
|
Sources file for building DNS server perfmon DLL (dnsperf.dll)
|
|
|
|
Author:
|
|
|
|
Jim Gilroy (jamesg) August 1998
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=dnsperf
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=..\..\pinc;..\server;..\..\dnslib;
|
|
|
|
DLLDEF=dnsperf.def
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\msvcrt.lib \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
$(SDK_LIB_PATH)\dnslib.lib
|
|
|
|
SOURCES= \
|
|
version.rc \
|
|
perfutil.c \
|
|
dnsperf.c \
|
|
|
|
PASS1_PUBLISH= \
|
|
{$(O)\dnsperf.lib=$(SDK_LIB_PATH)\dnsperf.lib}
|
|
|
|
MISCFILES=dnsperf.h dnsperf.ini
|