?? sources
字號:
!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
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
!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=uhci_lib
TARGETTYPE=LIBRARY
TARGETDEFNAME=uhci
DEFFILE=$(_COMMONOAKROOT)\inc\uhcd.def
WINCETARGETFILE0=$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\$(TARGETDEFNAME).def
!ELSE
TARGETNAME=uhci
TARGETTYPE=DYNLINK
TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_SYSGENOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
DLLENTRY=DllMain
DEFFILE=$(_COMMONOAKROOT)\inc\uhcd.def
!ENDIF
SOURCELIBS=$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\uhcdmdd.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\hcdlib.lib
SOURCES= \
system.c \
#xref VIGUID {6c429a2d-8a0e-497e-a8a4-a5c0be929457}
#xref VSGUID {0b832172-cede-4d75-b759-26954c3cfbce}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -