# Copyright (c) Microsoft Corporation.  All rights reserved.
# Use of this source code is subject to the terms of the Microsoft end-user
# license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
# If you did not accept the terms of the EULA, you are not authorized to use
# this source code. For a copy of the EULA, please see the LICENSE.RTF on your
# install media.
# Enable i830 specific features
# to disable MultiWord DMA, enable below
# CDEFINES=$(CDEFINES) -DNO_MWDMA
# xref VIGUID {84522799-3172-408b-84b1-77d642f73715}
# xref VSGUID {c9a87c9a-e59d-4a7f-af0f-42a364cfb451}

WINCEOEM=1
SYNCHRONIZE_DRAIN=1
RELEASETYPE=PLATFORM
TARGETNAME=ichide
TARGETTYPE=DYNLINK
DEFFILE=ichide.def
INCLUDES= \
  .. \

CDEFINES=$(CDEFINES) -DI830M4 -DMWDMA
SOURCELIBS= \
  $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\ichide_common_lib.lib \
  $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\ichide_pcio_lib.lib \
  $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\ichide_pcio_cd_lib.lib \

TARGETLIBS= \
  $(_SYSGENSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
  $(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\pcibus.lib \
  $(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\storeapi.lib \
  $(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \

SOURCES= \
  ich.cpp \
  ..\version.rc

FILE_VIEW_ROOT_FOLDER= \

