!IF 0

Copyright (c) 1989  Microsoft Corporation

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
UMTYPE=windows

TARGETPATH=\nt\public\sdk\lib
RPCLIB=\nt\public\sdk\lib

INCLUDES=.\;..\;..\server;..\server\nt;..\..\runtime\mtrt

DLLBASE=0x10000000

#
# Setup for application developer to set breakpoints with windbg
#

NTDEBUGTYPE=coff

SOURCES=             \
        rpcns4.rc   \
        nsisvr.cxx \
        nsiclnt.cxx \
        nsimgmt.cxx \
        nsisvr_c.c \
        nsiclt_c.c \
        nsimgm_c.c \
        cbind.cxx \
        sbind.cxx \
        util.cxx \
        autohand.cxx \
        ntutil.cxx \
        startsvc.c

!ifdef RPC_NT31
RPCTARGETENV=-DRPC_NT31
!endif

!ifdef DOSWIN32RPC
RPCENV=-DDOSWIN32RPC -DWIN32RPC
!else
RPCENV=-DNTENV
!endif

C_DEFINES=-D_far= -Dfar= -DRPC_NO_WINDOWS_H $(RPCENV) $(RPCTARGETENV)

BLDCRT=1

DLLENTRY=InitializeDLL

TARGETLIBS=$(RPCLIB)\*\Rpcrt4.lib \
         $(RPCLIB)\*\RpcNdr.lib \
         $(_NTDRIVE)\nt\public\sdk\lib\*\netapi32.lib \
         $(_NTDRIVE)\nt\public\sdk\lib\*\advapi32.lib \
         $(_NTDRIVE)\nt\public\sdk\lib\*\kernel32.lib

UMTYPE=console
UMTEST=
UMLIBS=
UMRES=obj\*\rpcns4.res

