Source code of Windows XP (NT5)
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) 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
|