📄 bencoolen.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.exe
TARGETTYPE exe
UID 0x0 0x20000555
SECUREID 0x20000555
VENDORID 0
EPOCSTACKSIZE 0x5000
CAPABILITY SwEvent LocalServices NetworkServices ReadUserData WriteUserData
SOURCEPATH ..\..\data\s60
START RESOURCE screenshot.rss
HEADER
TARGET screenshot
TARGETPATH \resource\apps
END
START RESOURCE screenshot_reg.rss
HEADER
TARGET screenshot_reg
TARGETPATH \private\10003a3f\apps
END
START BITMAP background.mbm
HEADER
TARGETPATH \private\20000555
SOURCEPATH ..\..\data\s60
SOURCE c12 background.bmp
END
SOURCEPATH ..\..\src
SOURCE BencoolenApp.cpp
SOURCE BencoolenAppui.cpp
SOURCE BencoolenDocument.cpp
SOURCE BencoolenAppContainer.cpp
SOURCE ScreenShot.cpp
SOURCE ScreenShotData.cpp
SOURCEPATH ..\..\src\s60
SOURCE BencoolenAppView.cpp
SOURCE BencoolenSettingsView.cpp
SOURCE BencoolenSettingsListBox.cpp
SOURCE BencoolenAboutDlg.cpp
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
// LANG SC
USERINCLUDE .
USERINCLUDE ..\..\inc
USERINCLUDE ..\..\inc\s60
USERINCLUDE ..\..\data
SYSTEMINCLUDE .
SYSTEMINCLUDE \epoc32\include
LIBRARY euser.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY eikcore.lib
LIBRARY eikcoctl.lib
LIBRARY eikdlg.lib
LIBRARY avkon.lib
LIBRARY bitgdi.lib
LIBRARY fbscli.lib
LIBRARY estor.lib
LIBRARY ws32.lib
LIBRARY bafl.lib
LIBRARY apgrfx.lib
LIBRARY SendUi.lib
LIBRARY efsrv.lib
LIBRARY CommonEngine.lib
LIBRARY CommonDialogs.lib
LIBRARY aknnotify.lib
LIBRARY eikctl.lib
LIBRARY etext.lib
LIBRARY ImageConversion.lib
LIBRARY PlatformEnv.lib
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -