NT4/private/ole32/ole232/util/filelist.mk
2020-09-30 17:12:29 +02:00

55 lines
818 B
Makefile

############################################################################
#
# 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 = util.lib
RELEASE =
#
# Source files. Remember to prefix each name with .\
#
CPPFILES = \
.\convert.cpp \
.\global.cpp \
.\info.cpp \
.\map_kv.cpp \
.\ole2util.cpp \
.\olenew.cpp \
.\plex.cpp \
.\utils.cpp \
.\utstream.cpp \
RCFILES =
#
# Libraries and other object files to link.
#
DEFFILE =
LIBS =
OBJFILES =
#
# Precompiled headers.
#
PFILE =
!include $(CAIROLE)\ole232\ole.mk