📄 sources
字号:
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
This source code is licensed under Microsoft Shared Source License
Version 1.0 for Windows CE.
For a copy of the license visit http://go.microsoft.com/fwlink/?LinkId=3223.
!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
########################################################################
# COMMON SETTINGS #
########################################################################
DLLENTRY=DllMain
TARGETNAME=PCC32bitTest
TARGETTYPE=DYNLINK
WINCEOEM=1
WINCEMACRO=1
SOURCES=\
pc32bitwr.cpp \
shellproc.cpp\
ConfigTest.cpp \
IntrTest.cpp \
TplTest.cpp \
WinTest.cpp \
scardtpl.cpp \
common.cpp \
miniThread.cpp \
Testmanager.cpp \
TestMain.cpp \
ddlxioct.cpp \
dialogboxes.rc \
CDEFINES=$(COMMON_CDEFINES) $(DEP_DEFINES)
INCLUDES=$(_COMMONOAKROOT)\inc; \
$(_COMMONDDKROOT)\inc; \
$(_PRIVATEROOT)\test\inc;\
$(_PRIVATEROOT)\test\drivers\pccard\inc; \
$(_PRIVATEROOT)\test\drivers\pccard\Function\lib; \
TARGETLIBS= \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
$(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\kato.lib \
SOURCELIBS= \
$(_PROJECTOAKROOT)\lib\$(_CPUINDPATH)\regmani.lib \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -