!ifndef GDIPROOT
GDIPROOT=$(ADVCORE_PATH)\gdiplus
!endif

!include $(GDIPROOT)\sources.inc

MAJORCOMP=windows
MINORCOMP=gdiplus

TARGETPATH=$(_OBJ_DIR)
TARGETNAME=Entry
TARGETTYPE=LIBRARY

INCLUDES=$(INCLUDES);..\Common;..\Runtime

SOURCES=\
        fontable.cpp \
        fontlinking.cpp \
        gdipfontstubs.cpp \
        font.cpp \
        family.cpp \
        fontfilecache.cpp \
        facerealization.cpp \
        fontcollection.cpp \
        brush.cpp \
        create.cpp \
        CustomLineCap.cpp \
        device.cpp \
        dpbitmap.cpp \
        FontFilePlus.cpp \
        gpbitmap.cpp \
        ImageAttr.cpp \
        GraphicsClip.cpp \
        graphicsfill.cpp \
        graphicsimage.cpp \
        graphics.cpp \
        graphicsstroke.cpp \
        GraphicsText.cpp \
        drvtextout.cpp \
        initialize.cpp \
        MetaRecord.cpp \
        MetaPlay.cpp \
        MetaWmf.cpp \
        MetaEmf.cpp \
        NtfsStream.cpp \
        Object.cpp \
        path.cpp \
        PathSelfIntersectRemover.cpp \
        PathWidener.cpp \
        pen.cpp \
        QuadTransforms.cpp \
        region.cpp \
        stringFormat.cpp \
        XBezier.cpp \
        XPath.cpp \
        dispnotify.cpp \
        drvtextout.cpp \
        aatext.cpp \
        regiontopath.cpp \
        compatibleDIB.cpp \
	CachedBitmap.cpp \
	geometry.cpp \
	endcap.cpp

!ifndef DISABLE_PCH
PRECOMPILED_INCLUDE=precomp.hpp
PRECOMPILED_PCH=PCHentry.pch
PRECOMPILED_OBJ=PCHentry.obj
!endif