!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: DeanE 20-February-1996 !ENDIF !include $(CTOLESTG)\daytona.mk MAJORCOMP= dfhelp 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= dfhelp 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= \ ..\stgwrap.cxx \ ..\chancedf.cxx \ ..\createdf.cxx \ ..\chancend.cxx \ ..\virtdf.cxx \ ..\vcnode.cxx \ ..\vsnode.cxx \ ..\util.cxx UMTYPE= windows #LINKLIBS= # # 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\daytona\$(O)\dfheader.pch PRECOMPILED_OBJ= ..\..\inc\daytona\$(O)\dfheader.obj PRECOMPILED_OPTION= /Yudfheader.hxx /Fp..\..\inc\daytona\$(O)\dfheader.pch