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.
85 lines
2.0 KiB
85 lines
2.0 KiB
!IF 0
|
|
|
|
Copyright (c) -1996 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: NarindK
|
|
|
|
!ENDIF
|
|
|
|
!include $(CTOLESTG)\mac.mk
|
|
|
|
MAJORCOMP= stgbase
|
|
MINORCOMP= ctolestg
|
|
|
|
#
|
|
# 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= stgbase
|
|
|
|
TARGETPATH= $(CTOLESTG)\bin\mac
|
|
|
|
#
|
|
# This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
|
|
# etc.
|
|
#
|
|
|
|
TARGETTYPE= PROGRAM
|
|
|
|
#INCLUDES=
|
|
|
|
C_DEFINES= $(C_DEFINES)
|
|
|
|
SOURCES= \
|
|
..\init.cxx \
|
|
..\comtests.cxx \
|
|
..\dftests.cxx \
|
|
..\apitests.cxx \
|
|
..\roottsts.cxx \
|
|
..\stmtests.cxx \
|
|
..\stgtests.cxx \
|
|
..\vcpytsts.cxx \
|
|
..\ivcptsts.cxx \
|
|
..\enumtsts.cxx \
|
|
..\irootstg.cxx \
|
|
..\hglbtst.cxx \
|
|
..\snbtests.cxx \
|
|
..\misctsts.cxx \
|
|
..\ilkbtsts.cxx \
|
|
..\util.cxx \
|
|
..\res.rc
|
|
|
|
UMTYPE= console
|
|
|
|
|
|
|
|
UMLIBS= \
|
|
$(CT_SYSTEM_LIBS) \
|
|
$(CT_UTILS_LIBS) \
|
|
$(INITSTD_OBJ)
|
|
|
|
LINKLIBS=
|
|
#
|
|
# Note that macro names don't get expanded properly, so we have to
|
|
# refer to the PCH via ..\..\...
|
|
#
|
|
PRECOMPILED_CXX= 1
|
|
PRECOMPILED_INCLUDE= ..\..\..\common\inc\dfheader.hxx
|
|
PRECOMPILED_TARGET= ..\..\..\common\inc\mac\$(O)\dfheader.pch
|
|
PRECOMPILED_OBJ= ..\..\..\common\inc\mac\$(O)\dfheader.obj
|
|
PRECOMPILED_OPTION= /Yudfheader.hxx /Fp..\..\..\common\inc\mac\$(O)\dfheader.pch
|
|
|
|
MAC_RESOURCE= stgbase.r
|
|
MAC_CREATOR = STGB
|