mirror of https://github.com/lianthony/NT4.0
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.
58 lines
1.1 KiB
58 lines
1.1 KiB
############################################################################
|
|
#
|
|
# Copyright (C) 1992, Microsoft Corporation.
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
|
|
#
|
|
# Name of target. Include an extension (.dll, .lib, .exe)
|
|
# If the target is part of the release, set RELEASE to 1.
|
|
#
|
|
|
|
TARGET = remote.lib
|
|
|
|
RELEASE =
|
|
|
|
#
|
|
# Source files. Remember to prefix each name with .\
|
|
#
|
|
|
|
CXXFILES = \
|
|
.\channelb.cxx \
|
|
.\chancont.cxx \
|
|
.\callcont.cxx \
|
|
.\callmain.cxx \
|
|
.\imchnl.cxx \
|
|
.\sichnl.cxx \
|
|
.\service.cxx \
|
|
.\endpnt.cxx \
|
|
.\remhdlr.cxx \
|
|
.\remapi.cxx \
|
|
.\coapi.cxx \
|
|
.\dd.cxx \
|
|
.\stdid.cxx \
|
|
.\idtable.cxx
|
|
|
|
CFILES = .\orpc_dbg.c
|
|
|
|
#
|
|
# Libraries and other object files to link.
|
|
#
|
|
|
|
OBJFILES =
|
|
|
|
#
|
|
# Precompiled headers.
|
|
#
|
|
|
|
PXXFILE = headers.cxx
|
|
PFILE =
|
|
|
|
CINC = $(CINC) -I..\inc -I..\idl -I..\class -I..\objact $(TRACELOG)
|
|
|
|
MTHREAD = 1
|
|
|
|
MULTIDEPEND = MERGED
|