!if 0
Copyright (c) Microsoft Corporation.  All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of your Microsoft Windows CE
Source Alliance Program license form.  If you did not accept the terms of
such a license, you are not authorized to use this source code.
!endif

TARGETNAME=udftest
TARGETTYPE=DYNLINK

SOURCES=\
   main.cpp \
   util.cpp \
   writetest.cpp \
   iotest.cpp \
   memmaptest.cpp \
   attributetest.cpp \
   pathtable.cpp \
   findfile.cpp


INCLUDES= $(_PROJECTSDKROOT)\inc \
          $(_PROJECTOAKROOT)\inc


!IF "$(_TGTOS)" == "NT" || "$(_TGTOS)" == "NTANSI"
TARGETTHREADMODEL=MT
TARGETLIBS=\
   $(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\kato.lib
!ELSE
DLLENTRY=_DllMainCRTStartup

TARGETLIBS=\
   $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
   $(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\kato.lib
!ENDIF
