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

📄 bencoolen.mmp

📁 Symbian截图软件ScreenShot*水印版*的源码,2nd和3rd的也在这个包中
💻 MMP
字号:
/*
 * Bencoolen.mmp
 *
 * Copyright 2005 - 2007, Antony Pranata
 * http://www.antonypranata.com
 *
 * Project: Screenshot for Symbian OS.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License along
 * with this program; if not, write to the Free Software Foundation, Inc.,
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

TARGET  screenshot.app
TARGETTYPE  app
UID  0x100039CE 0x10204AFE
TARGETPATH \system\apps\screenshot

SOURCEPATH ..\..\src
SOURCE  BencoolenApp.cpp 
SOURCE  BencoolenAppui.cpp
SOURCE  BencoolenDocument.cpp
SOURCE  BencoolenAppContainer.cpp
SOURCE  ScreenShot.cpp
SOURCE  ScreenShotData.cpp

SOURCEPATH ..\..\src\uiq
SOURCE  BencoolenSettingsDlg.cpp 

SOURCEPATH ..\..\common\src
SOURCE  ImageConversion.cpp

SOURCEPATH ..\..\common\src\uiq
SOURCE  StringLoader.cpp

SOURCEPATH ..\..\data\uiq
RESOURCE screenshot.rss

LANG		SC 01 02 03 04 05 06 07 08 09 10 13 14 16 17 18 25 26 27 29 30 31 32 37 42 45 54 59 70 76 79 93

USERINCLUDE	. 
USERINCLUDE	..\..\inc
USERINCLUDE	..\..\inc\uiq
USERINCLUDE     ..\..\data

SYSTEMINCLUDE ..\..\common\inc
SYSTEMINCLUDE ..\..\common\inc\uiq
SYSTEMINCLUDE   . \epoc32\include

// Creates Mbm file.

START BITMAP    Bencoolen.mbm
HEADER
TARGETPATH      \system\apps\screenshot

SOURCEPATH      ..\..\data\uiq
SOURCE			C8		context_pane_icon.bmp
SOURCE			1		context_pane_icon_mask.bmp
END

LIBRARY	euser.lib
LIBRARY	apparc.lib
LIBRARY	cone.lib
LIBRARY	eikcore.lib 
LIBRARY	eikcoctl.lib
LIBRARY	qikctl.lib
LIBRARY	bitgdi.lib
LIBRARY	fbscli.lib
LIBRARY	estor.lib
LIBRARY	ws32.lib
LIBRARY	mediaclientimage.lib
LIBRARY	bafl.lib
LIBRARY	qikdlg.lib // CQikSendAsDialog
LIBRARY	eikctl.lib
LIBRARY	eikdlg.lib
LIBRARY	efsrv.lib
LIBRARY	qikutils.lib
LIBRARY	hal.lib

AIF screenshot.aif ..\..\data\uiq screenshotaif.rss c8 context_pane_icon_44.bmp\
	context_pane_icon_44_mask.bmp context_pane_icon.bmp\
	context_pane_icon_mask.bmp list_icon.bmp list_icon_mask.bmp

⌨️ 快捷键说明

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