2025-04-27 07:49:33 -04:00

91 lines
2.2 KiB
Plaintext

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Donna Liu (DonnaLi) 19-Dec-1993
!ENDIF
MAJORCOMP = cairole
MINORCOMP = perform
#
# This is the name of the target built from the source files specified
# below. The name should include neither the path nor the file extension.
#
TARGETNAME= bmtests
TARGETPATH= obj
#
# This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
# etc.
#
TARGETTYPE= LIBRARY
OLEDIR= $(BASEDIR)
INCLUDES= $(OLEDIR)\private\ole32\h;..\..\..\common
INCLUDES= $(INCLUDES);$(BASEDIR)\private\oleutest\balls\oleprx32\chicago
INCLUDES= $(INCLUDES);$(OLEDIR)\private\ole32\common\chicago;..
INCLUDES= $(INCLUDES);$(BASEDIR)\private\oleutest\balls\common
INCLUDES= $(INCLUDES);$(OLEDIR)\private\ole32\com\inc
INCLUDES= $(INCLUDES);$(BASEDIR)\private\cinc;$(OLEDIR)\private\ole32\ih
C_DEFINES= \
$(C_DEFINES) \
-DFLAT \
-DWIN32=200 \
-D_CHICAGO_=200 \
-DNOEXCEPTIONS \
-DCAIROLE_DOWNLEVEL \
-DUSE_MSWMSG
SOURCES= \
..\bm_noise.cxx \
..\bm_api.cxx \
..\bm_alloc.cxx \
..\bm_cgps.cxx \
..\bm_init.cxx \
..\bm_regis.cxx \
..\bm_activ.cxx \
..\bm_obind.cxx \
..\bm_sbind.cxx \
..\bm_props.cxx \
..\bm_marsh.cxx \
..\bm_mrsh2.cxx \
..\bm_rpc.cxx \
..\bm_qi.cxx \
..\bm_iid.cxx \
..\bmguid.cxx \
..\bm_rot.cxx \
..\bm_nest.cxx \
..\bm_rrpc.cxx \
..\bm_filio.cxx \
..\bm_stg.cxx \
..\bm_nstg.cxx \
..\rawrpc_c.c \
..\bmp_stg.cxx \
..\bmp_stg2.cxx \
..\rawrpc_x.c
UMTYPE= console
PRECOMPILED_INCLUDE = ..\headers.cxx