📄 sources
字号:
!if 0
*-----------------------------------------------------------------------------
* Copyright (c) Wolfson Microelectronics plc. All rights reserved.
*
* This software as well as any related documentation is furnished under
* license and may only be used or copied in accordance with the terms of the
* license. The information in this file is furnished for informational use
* only, is subject to change without notice, and should not be construed as
* a commitment by Wolfson Microelectronics plc. Wolfson Microelectronics plc
* assumes no responsibility or liability for any errors or inaccuracies that
* may appear in this document or any software that may be provided in
* association with this document.
*
* Except as permitted by such license, no part of this document may be
* reproduced, stored in a retrieval system, or transmitted in any form or by
* any means without the express written consent of Wolfson Microelectronics plc.
*
* $Id: sources 2813 2006-03-09 17:34:29Z ian $
*
* This makefile builds the PDD layer for the touch driver for the the Wolfson
* codecs.
*
* Warning:
* This driver is specifically written for Wolfson AC97 Touch Codecs. It is
* not a general AC 97 CODEC device driver.
*
*-----------------------------------------------------------------------------
!endif
!IF "$(BSP_NOWOLFSON)" == "1"
SKIPBUILD=1
!ENDIF
!if "$(BSP_NOTOUCH)" == "1"
SKIPBUILD=1
!endif
!if "$(BSP_NOAC97_TOUCH)" == "1"
SKIPBUILD=1
!endif
WINCEOEM=1
!IF "$(_TGTPROJ)" != "uldr"
WARNISERROR=1
!ENDIF
TARGETNAME=touch
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
DLLENTRY=TouchPanelDllEntry
TARGETLIBS=$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib
SOURCELIBS= \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\tch_cal.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\tchmdd.lib \
!if "$(WM_BSP)" == "BVDMAIN"
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\drvlib.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\xllplib.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\dma.lib \
!endif
!if "$(WM_BSP)" == "INTEL_DBPXA27X"
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\pxa27x_xllp.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\pxa27x_dma.lib \
!endif
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\Wolfson.lib
DEFFILE=$(_COMMONOAKROOT)\inc\touch.def
PREPROCESSDEFFILE=1
EXT_INCLUDES=$(_TARGETPLATROOT)\inc;$(_TARGETPLATROOT)\xllp\inc;$(INCLUDES)
!if 0
*
* Include the Wolfson common defines. This sets compiler options based
* on the BSP environment variables.
*
!endif
!include $(_TARGETPLATROOT)\WMCommonDefines
SOURCES= tchpdd.cpp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -