blob: d83fa7ea590a33de46d94ce9dee70aa126fc5f6e (
plain) (
tree)
|
|
############################################################################
#
# 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 = coll.lib
RELEASE =
#
# Source files. Remember to prefix each name with .\
#
CXXFILES = .\plex.cxx \
.\array_fv.cxx \
.\map_kv.cxx
CFILES =
RCFILES =
#
# Libraries and other object files to link.
#
DEFFILE =
LIBS =
OBJFILES =
#
# Precompiled headers.
#
PXXFILE =
PFILE =
CINC = $(CINC) -I..\inc $(LRPC)
MTHREAD = 1
MULTIDEPEND = MERGED
|