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

📄 sources

📁 该代码压缩包只为需要研究CE下的任务管理器的实现而提供的。某些通用的头文件没有包含在其中
💻
字号:
!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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -