mp3decodedll.mmp

来自「symbian下mp3文件的解码源代码」· MMP 代码 · 共 52 行

MMP
52
字号
/*
* ============================================================================
*  Name     : MP3DecodeDLL.mmp
*  Part of  : MP3DecodeDLL
*  Created  : 20.02.2004 by Denis Mingulov, denis@mingulov.com
*  Description:
*     This is the project specification file for MP3DecodeDLL.
*     Initial content was generated by Series 60 AppWizard.
*     
*  Version  : 1.0
*  Copyright: Copyright (c) Denis Mingulov 2004
* ============================================================================
*/

TARGET      MP3Decode.dll
TARGETTYPE  dll
UID         0x100039CE 0x102068E4

SOURCEPATH ..\mpglib\src
SOURCE  bit.c
SOURCE  decoder.c
SOURCE  fixed.c
SOURCE  frame.c
SOURCE  huffman.c
SOURCE  layer12.c
SOURCE  layer3.c
SOURCE  stream.c
SOURCE  synth.c
SOURCE  timer.c
SOURCE  version.c
#if !defined (WINS)
SOURCE  imdct_l_arm.S
#endif

SOURCEPATH ..\src
SOURCE  dll.cpp
SOURCE  MP3DecodeEngine.cpp
SOURCE  MP3Decode.cpp
#if defined (WINS)
SOURCE	chkstk.c
#endif

USERINCLUDE . ..\inc ..\mpglib\includes

SYSTEMINCLUDE   . \epoc32\include \epoc32\include\libc

LIBRARY euser.lib 
LIBRARY estlib.lib
LIBRARY efsrv.lib
LIBRARY ws32.lib 

⌨️ 快捷键说明

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