⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sources

📁 Xcale270Bsp包,wince平台
💻
字号:
# 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.
# Note on DOSYSGEN: the sysgen process runs "build" on this sources file to
# produce a LIB file, even though the end target will be a DLL or an EXE.  This
# is because COREDLL, which is linked implicitly to all such targets, can be
# componentized and we want to avoid invoking COREDLL APIs that may not be
# available after sysgen.  If you want to build and link this target AFTER the sysgen
# is complete, comment out the following line -- otherwise you will get a LIB
# file.
# xref VIGUID {84522799-3172-408b-84b1-77d642f73715}
# xref VSGUID {c9a87c9a-e59d-4a7f-af0f-42a364cfb451}

DEFFILE=ide.def
TARGETNAME=ide
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
TARGETLIBS= \
  $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\drvlib.lib 

SOURCELIBS= \
  $(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\drvlib.lib \
  $(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
  $(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib 

DLLENTRY=DllMain
INCLUDES= \
  $(_PUBLICROOT)\common\sdk\inc; \
  $(_PUBLICROOT)\common\ddk\inc; \
  $(_PUBLICROOT)\common\oak\inc; \
  ..\..\inc;..\xllp\inc 

SOURCES= \
  atamain.cpp \
  atapipcmcia.cpp \
  atapipci.cpp \
  promise.cpp \
  diskmain.cpp \
  atapiio.cpp \
  cdio.cpp \
  helper.cpp \
  dvdioctl.cpp \
  cdaudio.cpp \
  pcicfg.cpp \
  debug.cpp \
  ali.cpp 

FILE_VIEW_INCLUDES_FOLDER= \
  promise.h \
  ali.h \
  atamain.h \
  atapi2.h \
  atapi.h \
  atapiio.h \
  atapipci.h \
  atapipcmcia.h \
  debug.h \
  diskmain.h \
  helper.h 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -