sources

来自「三星2410 Windows CE 4.2 串口驱动源码。适合所有以S3C241」· 代码 · 共 49 行

TXT
49
字号
!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
!if 0
    File:   sources

    Author: lmorri


!endif

!ifdef ODO_NOSERIAL
SKIPBUILD=1
!endif

TARGETNAME=ser2410

RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
DLLENTRY=DllEntry

PREPROCESSDEFFILE=1

INCLUDES=\
        ..\..\inc

TARGETLIBS= \
	$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
	$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
!if 0
SOURCELIBS= \
	$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\com_mdd2.lib \
!endif

CDEFINES=$(CDEFINES) -DUSE_NEW_SERIAL_MODEL

SOURCES= \
	ser2410_ser.c \
	ser2410_hw.c \
	mdd.c

⌨️ 快捷键说明

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