src/ext/amaretto/inbox/group/inbox.mmp.in
changeset 0 ca70ae20a155
equal deleted inserted replaced
-1:000000000000 0:ca70ae20a155
       
     1 /* Copyright (c) 2005 - 2008 Nokia Corporation
       
     2  *
       
     3  * Licensed under the Apache License, Version 2.0 (the "License");
       
     4  * you may not use this file except in compliance with the License.
       
     5  * You may obtain a copy of the License at
       
     6  *
       
     7  *     http://www.apache.org/licenses/LICENSE-2.0
       
     8  *
       
     9  * Unless required by applicable law or agreed to in writing, software
       
    10  * distributed under the License is distributed on an "AS IS" BASIS,
       
    11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
       
    12  * See the License for the specific language governing permissions and
       
    13  * limitations under the License.
       
    14  */
       
    15 targettype dll
       
    16 TARGET	       ${{PREFIX}}inbox.pyd
       
    17 
       
    18 CAPABILITY ${{DLL_CAPABILITIES}}
       
    19 
       
    20 ${{COMPILER_FLAGS}}
       
    21 #include "../../common.mmp"
       
    22 
       
    23 SYSTEMINCLUDE    \epoc32\include\python25 
       
    24 SYSTEMINCLUDE    \epoc32\include\stdapis 
       
    25 SYSTEMINCLUDE    \epoc32\include
       
    26 
       
    27 USERINCLUDE   ..\inc 
       
    28 
       
    29 LIBRARY python25.lib
       
    30 LIBRARY euser.lib
       
    31 LIBRARY eikcore.lib
       
    32 LIBRARY cone.lib
       
    33 LIBRARY etext.lib
       
    34 LIBRARY msgs.lib
       
    35 
       
    36 
       
    37 SOURCEPATH ..\src
       
    38 
       
    39 SOURCE      inboxmodule.cpp
       
    40 SOURCE      inboxadapter.cpp
       
    41 
       
    42 
       
    43 #if defined(ARMCC)
       
    44 deffile eabi\inbox 
       
    45 #elif defined(WINSCW)
       
    46 deffile bwins\inbox 
       
    47 #endif