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

69 lines
1.5 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:
Dean Edwards (DeanE) 11-Jan-1993
Farzana Rahman (FarzanaR) Jan-28-1998 Ported to ctolestg tree
!ENDIF
!include $(CTOLESTG)\cairo.mk
MAJORCOMP= testhelp
MINORCOMP= library
#
# 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= testhelp
TARGETPATH= obj
#
# This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
# etc.
#
TARGETTYPE= LIBRARY
INCLUDES= ..\.; \
$(CT_INCLUDES)
C_DEFINES= $(C_DEFINES)
SOURCES= \
..\creghelp.cxx \
..\cdbghelp.cxx \
..\cdbgdlg.cxx \
..\arghelp.cxx
UMTYPE= windows
#
# Note that macro names don't get expanded properly, so we have to
# refer to the PCH via ..\..\...
#
PRECOMPILED_CXX= 1
PRECOMPILED_INCLUDE= ..\..\inc\dfheader.hxx
PRECOMPILED_TARGET= ..\..\inc\cairo\$(O)\dfheader.pch
PRECOMPILED_OBJ= ..\..\inc\cairo\$(O)\dfheader.obj
PRECOMPILED_OPTION= /Yudfheader.hxx /Fp..\..\inc\cairo\$(O)\dfheader.pch