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

74 lines
1.7 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:
Sanjay Kohli
!ENDIF
MAJORCOMP = benchmrk
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= apitests
TARGETPATH= obj
#
# This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
# etc.
#
TARGETTYPE= LIBRARY
INCLUDES= $(BASEDIR)\private\ole32\h;..\..\..\common
INCLUDES= $(INCLUDES);$(BASEDIR)\private\oleutest\balls\oleprx32\chicago
INCLUDES= $(INCLUDES);$(BASEDIR)\private\ole32\common\chicago;..
INCLUDES= $(INCLUDES);$(BASEDIR)\private\oleutest\balls\common
INCLUDES= $(INCLUDES);$(BASEDIR)\private\ole32\com\inc
INCLUDES= $(INCLUDES);$(BASEDIR)\private\cinc;$(BASEDIR)\private\ole32\ih
C_DEFINES= \
$(C_DEFINES) \
-DFLAT \
-DWIN32=200 \
-D_CHICAGO_=200 \
-DNOEXCEPTIONS \
-DCAIROLE_DOWNLEVEL
SOURCES= \
..\bm_crt.cxx \
..\bm_crtl.cxx \
..\bm_load.cxx \
..\bm_link.cxx \
..\bm_cache.cxx \
..\hlp_site.cxx \
..\hlp_doc.cxx \
..\hlp_iocs.cxx \
..\hlp_ias.cxx
# ..\bm_clip.cxx \
UMTYPE= console
PRECOMPILED_INCLUDE = ..\headers.cxx