📄 wmcommonsources
字号:
!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: WMCommonSources 4310 2006-12-20 13:58:11Z fb $
*
* Generic makefile which sets platform definitions based on the BSP.
*
* Note: all sources files within the library should start with a line like
*
* WDCLROOT=..
* !include ..\WMCommonSources
* or
* WDCLROOT=..\..
* !include ..\..\WMCommonSources
*
* Or whatever is appropriate for the directory where the sources file lives.
* Obviously there will need to be more levels of directory for deeper sources
* files (e.g. within the Platform directories).
*-----------------------------------------------------------------------------
!endif
!IF "$(BSP_NOWOLFSON)" == "1"
SKIPBUILD=1
!ENDIF
WINCEOEM=1
!IF "$(_TGTPROJ)" != "uldr"
WARNISERROR=1
!ENDIF
CDEFINES= $(CDEFINES) -DWM_BSP_$(WM_BSP) $(WM_CDEFINES_OVERRIDES)
WDCL_INC=$(WDCLROOT)\inc;$(WDCLROOT)\inc\Internal;$(WDCLROOT)\inc\PAL
WDCL_INC=$(WDCL_INC);$(WDCLROOT)\inc\RegisterDefs;$(WDCLROOT)\inc\Test
WDCL_INC=$(WDCL_INC);$(WDCLROOT)\OS;$(WDCLROOT)\Platform
INCLUDES=$(WDCL_INC);$(INCLUDES)
EXT_INCLUDES=$(_TARGETPLATROOT)\inc;$(_TARGETPLATROOT)\xllp\inc;$(EXT_INCLUDES)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -