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.
 
 
 
 
 
 

43 lines
664 B

!IF 0
Copyright (c) 1997-2000 Microsoft Corporation
Module Name:
sources
Abstract:
Domain Name System (DNS) Resolver
Sources file for building resolver RPC client stubs.
Author:
Revision History:
!ENDIF
TARGETNAME=dnscrcli
TARGETPATH=obj
TARGETTYPE=LIBRARY
UNICODE=1
NET_C_DEFINES= -DUNICODE
INCLUDES= .; \
..\..\pinc; \
..\idl; \
..\idl\$(O); \
..\..\dnslib; \
..\..\dnsapi; \
$(BASE_INC_PATH);
SOURCES= \
bind.c \
dnsrslvr_c_stub.c
USE_MSVCRT=1
PASS1_PUBLISH={$(O)\dnscrcli.lib=$(SDK_LIB_PATH)\dnscrcli.lib}