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.
 
 
 
 
 
 

46 lines
1.1 KiB

# --------------------------------------------------------------------
#
# Microsoft RPC
# Copyright(c) Microsoft Corp., 1990
#
# --------------------------------------------------------------------
# --------------------------------------------------------------------
#
# File : makefile.
#
# Title : Makefile for the Win16 stub library.
#
# History :
#
# --------------------------------------------------------------------
WIN=1
!include ..\rules.mk
CFLAGS =$(CFLAGS) -NTNDRLIB_Text
CXXFLAGS=$(CXXFLAGS) -NTNDRLIB_Text
# --------------------------------------------------------------------
# Targets required by build process.
all : RpcNdr.lib
depend :
$(INCLUDES) $(INCLUDESFLAGS) ..\*.cxx > depend.mk
tree :
copy RpcNdr.lib $(RPCDIST)\Win\lib
# --------------------------------------------------------------------
# Targets
RpcNdr.lib : ndrmem.obj
-del RpcNdr.lib 2>nul
$(LIBRARIAN) $(LIBFLAGS) RpcNdr.lib+$(**: =+) ;
# --------------------------------------------------------------------
# Dependancies
!include depend.mk