NT4/private/ole32/ole232/cache/filelist.mk

52 lines
752 B
Makefile
Raw Normal View History

2001-01-01 00:00:00 +01:00
############################################################################
#
# 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 = cache.lib
RELEASE =
#
# Source files. Remember to prefix each name with .\
#
CPPFILES = \
.\cachenod.cpp \
.\dacache.cpp \
.\olecache.cpp \
CFILES =
RCFILES =
#
# Libraries and other object files to link.
#
DEFFILE =
LIBS =
OBJFILES =
#
# Precompiled headers.
#
PFILE =
!include $(CAIROLE)\ole232\ole.mk