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

📄 bld.inf

📁 在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己的开发
💻 INF
字号:
// BLD.INF
//
// Copyright (c) 1999-2001 Symbian Ltd. All rights reserved.
//
// Opltools.
// Use 'abld makefile vc6winc' for the MSDev IDE version.

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

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

PRJ_EXPORTS
..\opltran\opltran.bat	\epoc32\tools\opltran.bat
..\rsg2osg\rsg2osg.bat	\epoc32\tools\rsg2osg.bat
..\rsg2osg\rsg2osg.pl	\epoc32\tools\rsg2osg.pl
..\hrh2oph\hrh2oph.bat	\epoc32\tools\hrh2oph.bat
..\hrh2oph\hrh2oph.pl	\epoc32\tools\hrh2oph.pl

PRJ_MMPFILES
..\opltran\opltran.mmp

⌨️ 快捷键说明

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