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.
73 lines
1.6 KiB
73 lines
1.6 KiB
!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.
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\daytona.inc
|
|
|
|
#
|
|
# 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
|
|
|
|
INCLUDES= $(INCLUDES);$(OLEDIR)\com\inc
|
|
INCLUDES= $(INCLUDES);$(OLEUTESTDIR)\balls\common
|
|
C_DEFINES= $(C_DEFINES)
|
|
|
|
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_rpc2.cxx \
|
|
..\bm_filio.cxx \
|
|
..\bm_stg.cxx \
|
|
..\bm_nstg.cxx \
|
|
..\bmp_stg.cxx \
|
|
..\bmp_stg2.cxx \
|
|
..\rawrpc_c.c \
|
|
..\rawrpc_x.c
|
|
|
|
UMTYPE= console
|
|
|
|
|
|
|
|
PRECOMPILED_INCLUDE = ..\headers.cxx
|