gnubox.mmp

来自「一套Symbian平台的工具库源码」· MMP 代码 · 共 68 行

MMP
68
字号
//// gnubox.mmp// 28th August 2002//// Copyright: Mal Minhas//// Description://   Project specification file for gnubox//TARGET         gnubox.appTARGETTYPE     appUID            0x100039ce 0x097764f0TARGETPATH     \system\apps\gnuboxSOURCEPATH     ..\srcSOURCE         gnuboxApp.cppSOURCE         gnuboxAppUi.cppSOURCE         gnuboxDocument.cppSOURCE         gnuboxContainer.cppSOURCE         gnuboxAOLoader.cppRESOURCE       ..\data\gnubox.rss//RESOURCE ..\data\gnubox_caption.rssLANG           SCUSERINCLUDE    . ..\includeSYSTEMINCLUDE  . \epoc32\includeLIBRARY        euser.lib apparc.lib cone.lib eikcore.libLIBRARY        eikcoctl.lib avkon.lib// extra ones
LIBRARY		   estor.libLIBRARY        gdi.libLIBRARY        flogger.libLIBRARY        commdb.libLIBRARY        efsrv.libLIBRARY        btextnotifiers.libLIBRARY        btregistry.libLIBRARY        bluetooth.libSTART WINS// wins_specific_informationENDSTART MARM// marm_specific_informationEND// Other possible keywords:/*START BITMAP targetTARGETPATH   emulated_path_on_target_machineHEADERSOURCEPATH   source_pathSOURCE       color_depth source_bitmap_listEND*/// DEFFILE filename// The following is required in order to build the aif file for the// application.  Note that this needs a full "abld build wins udeb"// done in order to generate the aif.AIF gnubox.aif ..\aif gnuboxaif.rss c8 \cont_pane_icon.bmp cont_pane_icon_mask.bmp \list_icon.bmp list_icon_mask.bmp

⌨️ 快捷键说明

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