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.
 
 
 
 
 
 

43 lines
1.0 KiB

# --------------------------------------------------------------------
#
# Microsoft RPC
# Copyright(c) Microsoft Corp., 1994
#
# --------------------------------------------------------------------
# --------------------------------------------------------------------
#
# File :
#
# Title : Makefile for the Win16 stub library.
#
# History :
# mariogo 2-10-94 Re-write
#
# --------------------------------------------------------------------
WIN32C=1
!include $(RPC)\rules.mk
INCLUDESFLAGS = $(INCLUDESFLAGS) -I$(RPC)\ndr20
all : RpcNdrp.lib
depend :
$(INCLUDES) $(INCLUDESFLAGS) ..\*.c ..\*.cxx ..\*.asm > depend.mk
tree :
@echo No Publics Built Here
# --------------------------------------------------------------------
# Local targets
RpcNdrp.lib : ccontext.obj scontext.obj charconv.obj floatc.obj \
dataconv.obj intconv.obj help.obj
-del RpcNdrp.lib 2>nul
$(LIBRARIAN) -OUT:$@ $(LIBFLAGS) $**
# --------------------------------------------------------------------
!include depend.mk