Leaked source code of windows server 2003
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.
|
|
!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)
|