windows-nt/Source/XPSP1/NT/com/rpc/locator/client/sources
2020-09-26 16:20:57 +08:00

66 lines
1.1 KiB
Plaintext

!IF 0
Copyright (C) Microsoft Corporation, 1989 - 1999
Module Name:
sources.
Abstract:
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.
Revision History:
!ENDIF
TARGETNAME=RpcNs4
TARGETTYPE=DYNLINK
TARGETPATH=obj
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
INCLUDES=.\;..\..\runtime\mtrt;$(O)
SOURCES= \
rpcns4.rc \
nsisvr.cxx \
nsiclnt.cxx \
nsimgmt.cxx \
cbind.cxx \
sbind.cxx \
util.cxx \
mem.c \
autohand.cxx \
ntutil.cxx \
startsvc.c \
$(O)\nsisvr_c.c \
$(O)\nsiclt_c.c \
$(O)\nsimgm_c.c \
RPCENV=-DNTENV
C_DEFINES=$(RPCENV) -D_RPCNS4_
USE_NTDLL=1
MSC_WARNING_LEVEL=/W3 /WX
DLLENTRY=InitializeDLL
LINKLIBS=$(SDK_LIB_PATH)\rpcrt4.lib
TARGETLIBS=$(SDK_LIB_PATH)\netapi32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\kernel32.lib
UMTYPE=console
UMTEST=
UMLIBS=
UMRES=$(O)\rpcns4.res