sources

来自「此压缩包为杰得开发得z228的BSP的源代码,可以实现很多功能,尤其是视频解码有」· 代码 · 共 52 行

TXT
52
字号
!if 0
Copyright (c) Jade 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
$Copyright: 
----------------------------------------------------------------

  The content of this file or document is CONFIDENTIAL and PROPRIETARY
  to Jade Technologies Co., Ltd.  It is subjected to the terms of a
  License Agreement between Licensee and Jade Technologies Co., Ltd.
  restricting among other things, the use, reproduction, distribution
  and transfer.  Each of the embodiments, including this information 
  and any derivative work shall retain this copyright notice.

  Copyright (c) 2004 - 2005 Jade Technologies Co., Ltd. 
  All rights reserved.

----------------------------------------------------------------
File:     sources,v
Revision: 1.0
----------------------------------------------------------------
$
!endif

TARGETNAME=TouchRegManage
RELEASETYPE=PLATFORM
WINCECPU=1
TARGETTYPE=LIBRARY

SOURCELIBS= \
	$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\ceddk.lib	\
	$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\UserConfig.lib	\

CDEFINES=$(CDEFINES) -DWINCEMACRO -DVERBOSE=0

INCLUDES=			\
	..\..\inc;	\
	..\UserConfig;

SOURCES=           \
    TouchReg.c 



⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?