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

📄 sources

📁 Latest USB 802.3, HID printer and mass storage divers from Microsoft for Platform Builder 4.2.
💻
字号:
!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 + -