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.
60 lines
1.2 KiB
60 lines
1.2 KiB
!IF 0
|
|
|
|
Copyright (c) 1995-2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
Domain Name System (DNS) Server -- DnsAddDp
|
|
|
|
Command line tool sans UI that instructs the local DNS server to use
|
|
the credentials of the user running DnsAddDp.exe to create built-in
|
|
directory partitions.
|
|
|
|
Author:
|
|
|
|
Jeff Westhead (jwesth) April 2001
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=dns
|
|
MINORCOMP=DnsAddDp
|
|
|
|
TARGETNAME=DnsAddDp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USE_MSVCRT=1
|
|
|
|
INCLUDES=..\..\pinc;..\idl;..\idl\$(O);..\server;$(NET_INC_PATH);
|
|
|
|
SOURCES= \
|
|
dnsrpc_c_stub.c \
|
|
DnsAddDp.c \
|
|
DnsAddDp.rc
|
|
|
|
C_DEFINES=-DRPC_NO_WINDOWS_H
|
|
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
UMLIBS= \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcutil.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\dnslib.lib \
|
|
$(SDK_LIB_PATH)\dnsrpc.lib
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=precomp.h
|