sources
来自「硬件平台:ARM+WINCE 实现ATA方式驱动CF卡的源码」· 代码 · 共 48 行
TXT
48 行
!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 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.
!endif
!IF 0
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.
!ENDIF
DOSYSGEN=1
SYNCHRONIZE_DRAIN=1
!IFDEF DOSYSGEN
TARGETNAME=atadisk_lib
TARGETTYPE=LIBRARY
TARGETDEFNAME=atadisk
DEFFILE=atadisk.def
WINCETARGETFILE0=$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\$(TARGETDEFNAME).def
!ELSE
TARGETNAME=atadisk
TARGETTYPE=DYNLINK
TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib\
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\storeapi.lib \
$(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib
!ENDIF
SOURCES=system.c diskio.c
#xref VIGUID {3a25bb65-683a-4217-b263-c865e701188e}
#xref VSGUID {9f7da7be-3b12-4c73-b67b-2c1f372c20dc}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?