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.
 
 
 
 
 
 

83 lines
1.7 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.
Author:
Steve Wood (stevewo) 12-Apr-1989
Revision History:
!ENDIF
!IF 0
NTDEBUG=ntsd
NTDEBUGTYPE=windbg
!ENDIF
MAJORCOMP = wins
MINORCOMP = winsrpcb
TARGETNAME=winsrpcb
TARGETPATH=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
!IFNDEF DISABLE_NET_UNICODE
UNICODE=1
NET_C_DEFINES=-DUNICODE
!ENDIF
TARGETLIBS= \
\nt\public\sdk\lib\*\wsock32.lib \
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\rpcndr.lib \
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
$(BASEDIR)\public\sdk\lib\*\rpcutil.lib
USE_CRTDLL=1
PRIVINC=$(BASEDIR)\private\inc
SDKINC=$(BASEDIR)\public\sdk\inc
IDLINC=..\..
INCLUDES=..\..\server\inc;..\..\server\msg;$(IDLINC);$(PRIVINC)
#DLLBASE=0x70000000
SOURCES= \
..\rpcbind.c \
winsif_c.c \
..\dummy.c
!IFNDEF SECURITY
SECURITY=1
!ENDIF
C_DEFINES=-DRPC_NO_WINDOWS_H -DWIN32 -DSECURITY=$(SECURITY)
WARNING_LEVEL=-W4
UMTYPE=console
#UMAPPL=winscl
#UMAPPL=client*tst
#UMTEST=client
UMLIBS= \
$(BASEDIR)\public\sdk\lib\*\winsrpc.lib \
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\rpcndr.lib \
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
$(BASEDIR)\public\sdk\lib\*\rpcutil.lib