oggvorbisuiqsony.mmp

来自「OggPlay for Symbian 是symbian上的一个媒体播放程序的源」· MMP 代码 · 共 27 行

MMP
27
字号
// oggvorbis.mmp
//

// Platform settings
//#include <OggOs.h>

TARGET        libvorbisidec.dll
TARGETTYPE    dll
UID 0x1000008d 0x101FD21D

SOURCEPATH    ..
SOURCE        dllentry.cpp
SOURCE        mdct.c block.c window.c \
              synthesis.c info.c \
              floor1.c floor0.c \
              res012.c mapping0.c registry.c codebook.c \
		      sharedbook.c framing.c bitwise.c \
	          vorbisfile.c
SOURCE        Utf8Fix.c

SOURCE        microsoftInternal.c
SOURCE        Symbian.cpp

USERINCLUDE   .
SYSTEMINCLUDE \Epoc32\include

LIBRARY       euser.lib efsrv.lib

⌨️ 快捷键说明

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