Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

76 lines
1.4 KiB

!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
SOURCES= \
rpcns4.rc \
nsisvr.cxx \
nsiclnt.cxx \
nsimgmt.cxx \
nsisvr_c.c \
nsiclt_c.c \
nsimgm_c.c \
cbind.cxx \
sbind.cxx \
util.cxx \
mem.c \
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
MSC_WARNING_LEVEL=/WX
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