makefile

来自「WM9713 audio codec driver for WinCE 5.0」· 代码 · 共 28 行

TXT
28
字号
!if 0
 *-----------------------------------------------------------------------------
 * Copyright (c) Wolfson Microelectronics plc.  All rights reserved.
 *
 * THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
 * ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
 * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
 * PARTICULAR PURPOSE.
 *
 * $Id: makefile 185 2004-05-10 15:51:28Z ib $
 *
 * 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

#
# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
# file to this component.  This file merely indirects to the real make file
# that is shared by all the components of Windows CE
#
!INCLUDE $(_MAKEENVROOT)\makefile.def

⌨️ 快捷键说明

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