sources.bak

来自「基于WinCE操作系统、SMDK2410硬件开发平台下的键盘程序——通过串口传输」· BAK 代码 · 共 49 行

BAK
49
字号
!if 0
/******************************************************************************
 *
 * System On Chip(SOC)
 *
 * Copyright (c) 2002 Software Center, Samsung Electronics, Inc.
 * All rights reserved.
 *
 * This software is the confidential and proprietary information of Samsung 
 * Electronics, Inc("Confidential Information"). You Shall not disclose such 
 * Confidential Information and shall use it only in accordance with the terms 
 * of the license agreement you entered into Samsung.
 *
 *-----------------------------------------------------------------------------
 *
 *	S3C2410 BSP (Windows CE.NET)
 *
 * sources :	drivers/keyboard/sources, for keyboard Driver
 *
 * @author	zartoven@samsung.com (SOC, SWC, SAMSUNG Electronics)
 *
 * @date	2002/04/12
 * 
 * Log:
 *	2002/04/12  Start
 *      
 ******************************************************************************
 */
!endif

TARGETNAME=keyboard
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK


TARGETLIBS=E:\WINCE420\PUBLIC\COMMON\SDK\LIB\ARMV4\RETAIL\coredll.lib
SOURCELIBS=$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\drvlib.lib
   
DEFFILE=keyboard.def

PREPROCESSDEFFILE=1

DLLENTRY=DllEntry

INCLUDES=..\..\inc

SOURCES=keyboard.c

⌨️ 快捷键说明

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