webengine/osswebengine/npscript/group/npscript.mmp
changeset 68 92a765b5b3e7
parent 65 5bfc169077b2
child 81 2a9e6180e70c
equal deleted inserted replaced
66:cacf6ee57968 68:92a765b5b3e7
    27 VENDORID    VID_DEFAULT
    27 VENDORID    VID_DEFAULT
    28 CAPABILITY  CAP_GENERAL_DLL
    28 CAPABILITY  CAP_GENERAL_DLL
    29 
    29 
    30 
    30 
    31 #if defined(WINSCW)
    31 #if defined(WINSCW)
    32 deffile BWINSCW/npscript.def
    32 deffile Bwinscw/npscript.def
    33 #elif defined(ARMCC)
    33 #elif defined(ARMCC)
    34 deffile EABI/npscript.def
    34 deffile EABI/npscript.def
    35 #endif
    35 #endif
    36 
    36 
    37 
    37 
    39 SOURCE          npscript.cpp
    39 SOURCE          npscript.cpp
    40 
    40 
    41 
    41 
    42 MW_LAYER_SYSTEMINCLUDE 
    42 MW_LAYER_SYSTEMINCLUDE 
    43 
    43 
    44 SYSTEMINCLUDE   ../../javascriptcore/bindings
    44 SYSTEMINCLUDE   ../../JavaScriptCore/bindings
    45 SYSTEMINCLUDE   ../../javascriptcore/wtf/symbian
    45 SYSTEMINCLUDE   ../../JavaScriptCore/wtf/symbian
    46 
    46 
    47 LIBRARY         javascriptcore.lib 
    47 LIBRARY         javascriptcore.lib