#
# <LIC_AMD_STD>
# Copyright (C) <years> Advanced Micro Devices, Inc.  All Rights Reserved.
# </LIC_AMD_STD>
#   
# <CTL_AMD_STD>
# </CTL_AMD_STD>
# 
# <DOC_AMD_STD>
# Display driver user makefile.
# </DOC_AMD_STD>
#

MAJORCOMP=ntos
MINORCOMP=lxdisp

TARGETNAME=geodelx
TARGETPATH=obj
TARGETTYPE=GDI_DRIVER

# DRIVER INCLUDES
# Note that the Cimarron include path has two flavors to allow building from main or from release
#
INCLUDES=$(DDK_INC_PATH);$(SDK_INC_PATH);..\..\..\..\simulators\gpsim\cpp;..\..\..\..\common\cimarron\api;..\api

USE_LIBCNTPR = 1

GDI_DRIVER_LIBS=$(SDK_LIB_PATH)\libcntpr.lib

SOURCES=bitblt.c        \
        cimarron.c      \
        brush.c         \
        debug.c         \
        ddraw.c         \
        ddvideo.c       \
        ddvpe.c         \
        enable.c        \
        escape.c        \
        lines.c         \
        lineto.c        \
        palette.c       \
        pointer.c       \
        strips.c        \
        textout.c       \
        heap.c          \
        blend.c         \
        lx.rc
		
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj

