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

📄 bld.inf

📁 在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己的开发
💻 INF
字号:
// BLD.INF
//
// Copyright (c) 1999 Symbian Ltd.  All rights reserved.
//
// For OPLR component.
//

#include "..\..\opl-target.mmpi"

PRJ_PLATFORMS
#if defined(__UIQ_MMP__) || defined(__SERIES90_MMP__)
WINSCW THUMB
#else
WINS THUMB
#endif
#if defined(__UIQ_MMP_WINS_TOO__)
WINS
#endif

PRJ_EXPORTS
..\inc\OPLDOC.H
..\inc\OPX.H
..\inc\OPLAPI.H
..\inc\OPLDB.H
..\inc\OPLDB.INL
..\inc\OPLDBDEF.H
..\inc\OPLERR.H
..\inc\PROGRAM.H
..\inc\OPLDBG.H
..\inc\OPXAPI.H
#if !defined(__SERIES60_MMP__)
..\inc60\bldvariant.hrh
#endif

PRJ_MMPFILES
..\group\oplr.mmp
..\recopl\recopl.mmp
#if defined(__SERIES60_MMP__)
// Pick up the Symbian OS 6.1 files.
..\opl61\opl.mmp
..\oplwrapper0\oplwrapper0.mmp
#elif defined(__UIQ_MMP__)
..\opluiq\opl.mmp
#else
// Pick up the Symbian OS 6.0 crystal files.
..\opl60\opl.mmp
#endif
makefile ..\group\oplinc.mk

PRJ_TESTMMPFILES
..\tdebug\tdebug.mmp
#if defined(__SERIES60_MMP__)
..\oplWrapper\oplWrapper.mmp
..\oplWrapper2\oplWrapper2.mmp
#endif
makefile ..\group\test.mk

⌨️ 快捷键说明

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