!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:

    BogdanT       11-Nov-1997

!ENDIF

!include $(CTOLESTG)\daytona.mk

MAJORCOMP= dbcs
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=   dbcs

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=      \
              ..\dbcs.cxx

UMTYPE=       console


UMLIBS=       \
              $(CT_SYSTEM_LIBS)   \
              $(CT_UTILS_LIBS)

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