!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

SYNCHRONIZE_DRAIN=1

TARGETNAME=XRPerfImageManipulationTests
TARGETTYPE=DYNLINK
RELEASETYPE=OAK
DEFFILE=tux.def
WINCEATL=1

TEST_OAK_LIB_PATH=$(_PUBLICROOT)\test\oak\lib\$(_CPUINDPATH)

CDEFINES=$(CDEFINES) -EHa -DGUIDGEN_ENABLE

INCLUDES=\
         $(_PRIVATEROOT)\test\shell\XamlRuntime\inc; \
         $(_PRIVATEROOT)\test\shell\XamlRuntime\perf\inc; \
         $(_PRIVATEROOT)\test\common\inc;     \
         $(_PRIVATEROOT)\test\shell\XamlRuntime\perf\inc; \
         $(_PRIVATEROOT)\test\common\libs\GUIDGenerator\dll; \
         $(_PUBLICROOT)\common\sdk\inc;              \
         $(_PUBLICROOT)\common\oak\inc;              \
         $(TEST_ROOT)\common\libs\gse2;                  \
         $(TEST_ROOT)\gwes\input\common\GestureHelper2;  \
         $(TEST_ROOT)\gwes\inc;  \
         ..\..\inc; \

TARGETLIBS= $(TARGETLIBS) \
    $(_COREDLL) \
    $(_UUID) \
    $(_OLE32) \
    $(_OLEAUT32) \
    $(_KATO) \
    $(_XAMLRUNTIME) \
    $(_QALIBDEPS) \
    $(TEST_OAK_LIB_PATH)\PerfTestUtils.lib \
    $(TEST_OAK_LIB_PATH)\PerfScenario.lib \
    $(TEST_OAK_LIB_PATH)\GUIDGenerator.lib \
    $(TEST_OAK_LIB_PATH)\GestureHelper2.lib \

SOURCES= \
        globals.cpp              \
        ImageManipulation.cpp    \
        TuxProc.cpp              \
        ImageManipulation.rc     \

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