bld.inf
来自「symbian学习音乐播放的源代码」· INF 代码 · 共 39 行
INF
39 行
//
// BLD.INF for wavegen
//
// If EKA2 kernel architecture is supported, assume S60 3rd Edition platform
PRJ_EXPORTS
// Copy the audio data file to a location where the emulator
// (WINSCW or WINS) will find it
#ifdef EKA2
..\data\sound1.pcm ..\winscw\c\resource\apps\sound1.pcm
..\data\sound1.pcm ..\wins\c\resource\apps\sound1.pcm
#else // !EKA2
..\data\sound1.pcm ..\winscw\c\system\apps\wavegen\sound1.pcm
..\data\sound1.pcm ..\wins\c\system\apps\wavegen\sound1.pcm
#endif // EKA2
// Project definition files
PRJ_MMPFILES
#ifdef EKA2
wavegen_s60_3rd_ed.mmp // for S60 3rd Ed
#else
wavegen.mmp // for S60 2nd Ed (& 1.x)
#endif // EKA2
// eof
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?