!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft shared
source or premium shared source license agreement under which you licensed
this source code. If you did not accept the terms of the license agreement,
you are not authorized to use this source code. For the terms of the license,
please see the license agreement between you and Microsoft or, if applicable,
see the SOURCE.RTF on your install media or the root of your tools installation.
THE SOURCE CODE IS PROVIDED "AS IS", WITH NO WARRANTIES OR INDEMNITIES.
!endif
!IF 0
--------------------------------------------------------------------------------

    Windows CE DirectDraw Build Verification Test
    Copyright (c) 1996-9, Microsoft Corporation

--------------------------------------------------------------------------------
!ENDIF

DDRAW_TST_ROOT=..\..
!include $(DDRAW_TST_ROOT)\ddraw.mk

TARGETNAME=DDInts
TARGETTYPE=DYNLINK

WINCEATL=1

# This allows you to copy auxilliary files if your tests require it.
# Add copy commands to makefile.inc and uncomment out the next line
WINCETARGETFILES=copy_files

TARGETLIBS=$(TARGETLIBS)                                \
    $(TEST_OAK_LIB_PATH)\hqahelp.lib   \
    $(TEST_OAK_LIB_PATH)\ddrawuty.lib  \
    $(_DDRAW)  \
    $(_OLE32)  \
    $(_OLEAUT32)  \
    $(_QALIBDEPS)    


PRECOMPILED_INCLUDE=main.h
PRECOMPILED_CXX=1

SOURCES=\
    api.cpp     \
    blt_x.cpp   \
    dd.cpp      \
    dd2.cpp     \
    dd4.cpp     \
    ddints.cpp  \
    ddc.cpp     \
    ddcc.cpp    \
    ddp.cpp     \
    ddp_x.cpp   \
    dds.cpp     \
    dds2.cpp    \
    dds3.cpp    \
    dds4.cpp    \
    dds5.cpp    \
    dds_2.cpp   \
    dds_as.cpp  \
    dds_blt.cpp \
    dds_o.cpp   \
    finish.cpp  \
    globals.cpp \
    helpers.cpp \
    init.cpp    \
    xmlParser.cpp

INCLUDES= \
    $(INCLUDES); \
    $(TEST_ROOT)\common\inc;