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.
 
 
 
 
 
 

65 lines
1.2 KiB

!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