⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bld.inf

📁 symbian学习音乐播放的源代码
💻 INF
字号:
//
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -