bld.inf
来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· INF 代码 · 共 30 行
INF
30 行
// 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 + =
减小字号Ctrl + -
显示快捷键?