📄 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 4546 2007-07-19 12:03:51Z ian $
*
* This makefile builds the WaveDev2 driver for Wolfson codecs.
*
* Warning:
* This driver is specifically written for Wolfson Audio Codecs. It is
* not a general CODEC device driver.
*
*-----------------------------------------------------------------------------
!endif
!if 0
*
* Include the Wolfson common defines. This sets compiler options based
* on the BSP environment variables.
*
!endif
!include $(_TARGETPLATROOT)\WMCommonDefines
!IF "$(BSP_NOAUDIO)" == "1"
SKIPBUILD=1
!ENDIF
TARGETNAME=wolfson_audio
RELEASETYPE=PLATFORM
TARGETTYPE=DYNLINK
DLLENTRY=DllMain
DEFFILE=$(_COMMONOAKROOT)\inc\wavedev.def
WINCETARGETFILE0=$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\$(TARGETNAME).def
INCLUDES=$(_TARGETPLATROOT)\inc;$(_TARGETPLATROOT)\xllp\inc;$(INCLUDES)
SOURCES= \
wavemain.cpp \
devctxt.cpp \
strmctxt.cpp \
input.cpp \
output.cpp \
midistrm.cpp \
midinote.cpp \
hwctxt.cpp \
mixerdrv.cpp \
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -