sources
来自「该代码压缩包只为需要研究CE下的任务管理器的实现而提供的。某些通用的头文件没有包」· 代码 · 共 58 行
TXT
58 行
!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
#---------------------------------------------------------------------------*\
#
# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
#
#
# file: SOURCES
# purpose: Build the sample shell using BUILD.EXE
#
#---------------------------------------------------------------------------*/
TARGETNAME=taskman
RELEASETYPE=OAK
WINCEOEM=1
TARGETTYPE=LIBRARY
COPYRES=1
RESFILE=minshell.res
WINCETARGETFILES=$(_RELEASELIBDIR)\$(TARGETNAME).res
INCLUDES=..\stubs
RCADDNULL=1
SOURCES= \
minshell.rc \
alttab.cpp \
minshell.cpp \
mindeskt.cpp \
mintask.cpp \
housekp.cpp \
shutils.cpp \
minserver.cpp \
dst.cpp
!if "$(NODSTSAMPLE)"=="1"
CDEFINES= $(CDEFINES) -DNODSTSAMPLE
!else
CDEFINES= $(CDEFINES) -DTASKMANDSTSAMPLE
!endif
#xref VIGUID {c333b083-3008-44cf-b6c4-c53990d59e6d}
#xref VSGUID {8030fa92-d879-4265-bf80-bd848a5d9cde}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?