49 lines
785 B
Plaintext
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
|