sources

来自「windows ce 下 can总线驱动源码」· 代码 · 共 51 行

TXT
51
字号
!if 0
/******************************************************************************
 *
 * System On Chip(SOC)
 *
 * Copyright (c) 2002 Software Center, SJSUNNY, 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 SJSUNNY.
 *
 *-----------------------------------------------------------------------------
 *
 *	PG-ARM 9315 BSP (Windows CE.NET)
 *
 * sources :	drivers/CAN/sources, for CAN BUS Driver
 *
 * @author	WZL@sjsunny.com
 *
 * @date	2005/04/01
 * 
 * Log:
 *
 *      
 ******************************************************************************
 */
!endif

TARGETNAME=can
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK

WINCEOEM=1

TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib	
 
   
DEFFILE=can.def

PREPROCESSDEFFILE=1

DLLENTRY=DllEntry

INCLUDES=..\..\inc

SOURCES= SJA1000p.cpp\
 	 can.cpp

⌨️ 快捷键说明

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