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

49 lines
785 B
Plaintext

!IF 0
Copyright (c) 1995 Microsoft Corporation
Module Name:
sources.
Abstract:
Domain Name System (DNS) Server -- Setup Program
Sources file for building DNS server.
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Jim Gilroy (jamesg) May 1995
!ENDIF
MAJORCOMP=tcpcmd
MINORCOMP=dnssetup
TARGETNAME=dnssetup
TARGETPATH=obj
TARGETTYPE=UMAPPL_NOLIB
USE_MSVCRT=1
SUBSYSTEM_VERSION=3.51
INCLUDES=..\common;
SOURCES= dnssetup.rc
UMTYPE=console
UMAPPL=dnssetup
UMLIBS= $(SDK_LIB_PATH)\wsock32.lib \
$(SDK_LIB_PATH)\ntdll.lib
UMRES=$(O)\dnssetup.res