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.
49 lines
744 B
49 lines
744 B
############################################################################
|
|
#
|
|
# 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 = drag.lib
|
|
|
|
RELEASE =
|
|
|
|
|
|
#
|
|
# Source files. Remember to prefix each name with .\
|
|
#
|
|
|
|
CPPFILES = \
|
|
.\drag.cpp \
|
|
|
|
CFILES =
|
|
|
|
RCFILES =
|
|
|
|
|
|
#
|
|
# Libraries and other object files to link.
|
|
#
|
|
|
|
DEFFILE =
|
|
|
|
LIBS =
|
|
|
|
OBJFILES =
|
|
|
|
#
|
|
# Precompiled headers.
|
|
#
|
|
|
|
PFILE =
|
|
|
|
|
|
!include $(CAIROLE)\ole232\ole.mk
|