Show
Ignore:
Timestamp:
03/12/07 09:47:43 (22 months ago)
Author:
brmorris
Message:

borges, reviewed by Bradley

DESC: related with task 14594 for S60 build feature work
http://bugs.webkit.org/show_bug.cgi?id=13027

Location:
S60/trunk/JavaScriptCore
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • S60/trunk/JavaScriptCore/ChangeLog

    r19918 r20117  
     12007-03-09   borges   <mario.g.borges@nokia.com> 
     2 
     3  reviewed by Bradley 
     4     
     5  DESC: related with task 14594 for S60 build feature work 
     6  http://bugs.webkit.org/show_bug.cgi?id=13027 
     7 
     8        * group/JavaScriptCore.mmp: 
     9        * group/bld.inf: 
     10        * group/kjstest.mmp: 
     11        * group/pcre.mmp: 
     12        * group/pcretest.mmp: 
     13 
    114vbradley, reviewed by Yongjun 
    215 DESC: merge r19917 to s60/trunk. ALAA-6XSF7U : Reduce stack overflow counter 
  • S60/trunk/JavaScriptCore/group/JavaScriptCore.mmp

    r19440 r20117  
    2121TARGET      JavaScriptCore_sdk.DLL 
    2222#else 
    23 #include <domain\osextensions\platform_paths.hrh> 
     23#include <domain/osextensions/platform_paths.hrh> 
    2424TARGET      JavaScriptCore.DLL 
    2525#endif 
  • S60/trunk/JavaScriptCore/group/bld.inf

    r17301 r20117  
    2323 
    2424PRJ_EXPORTS 
     25 
     26 
     27#ifndef __BROWSER_SDK 
     28#include <domain/osextensions/platform_paths.hrh> 
     29..\kjs\internal.h         MW_LAYER_SDK_EXPORT_PATH(javascriptcore\internal.h) 
     30..\kjs\interpreter.h      MW_LAYER_SDK_EXPORT_PATH(javascriptcore\interpreter.h) 
     31..\kjs\object.h           MW_LAYER_SDK_EXPORT_PATH(javascriptcore\object.h) 
     32..\kjs\protect.h          MW_LAYER_SDK_EXPORT_PATH(javascriptcore\protect.h) 
     33..\kjs\stdint.h           MW_LAYER_SDK_EXPORT_PATH(javascriptcore\stdint.h) 
     34 
     35..\bindings\npruntime.h          MW_LAYER_SDK_EXPORT_PATH(javascriptcore\npruntime.h) 
     36..\bindings\npruntime_impl.h     MW_LAYER_SDK_EXPORT_PATH(javascriptcore\npruntime_impl.h) 
     37..\bindings\npruntime_priv.h     MW_LAYER_SDK_EXPORT_PATH(javascriptcore\npruntime_priv.h) 
     38..\bindings\runtime.h            MW_LAYER_SDK_EXPORT_PATH(javascriptcore\runtime.h) 
     39..\bindings\runtime_object.h     MW_LAYER_SDK_EXPORT_PATH(javascriptcore\runtime_object.h) 
     40..\bindings\runtime_root.h       MW_LAYER_SDK_EXPORT_PATH(javascriptcore\runtime_root.h) 
     41..\bindings\NP_jsobject.h        MW_LAYER_SDK_EXPORT_PATH(javascriptcore\NP_jsobject.h) 
     42..\bindings\c\c_utility.h        MW_LAYER_SDK_EXPORT_PATH(javascriptcore\c_utility.h) 
     43#else 
    2544..\kjs\internal.h         \epoc32\include\oem\javascriptcore\internal.h 
    2645..\kjs\interpreter.h      \epoc32\include\oem\javascriptcore\interpreter.h 
     
    3756..\bindings\NP_jsobject.h            \epoc32\include\oem\javascriptcore\NP_jsobject.h 
    3857..\bindings\c\c_utility.h            \epoc32\include\oem\javascriptcore\c_utility.h 
     58#endif //#ifndef __BROWSER_SDK 
     59 
     60 
    3961PRJ_MMPFILES 
    4062pcre.mmp 
  • S60/trunk/JavaScriptCore/group/kjstest.mmp

    r16969 r20117  
    1919 */ 
    2020#ifndef __BROWSER_SDK 
    21 #include <domain\osextensions\platform_paths.hrh> 
     21#include <domain/osextensions/platform_paths.hrh> 
    2222#endif 
    2323TARGET     kjstest.exe 
  • S60/trunk/JavaScriptCore/group/pcre.mmp

    r16504 r20117  
    1919 */ 
    2020#ifndef __BROWSER_SDK 
    21 #include <domain\osextensions\platform_paths.hrh> 
     21#include <domain/osextensions/platform_paths.hrh> 
    2222#endif 
    2323TARGET          pcre.lib 
  • S60/trunk/JavaScriptCore/group/pcretest.mmp

    r16969 r20117  
    2525#include "defs.mmpi" 
    2626 
    27 SYSTEMINCLUDE  \epoc32\include\libc \epoc32\include  
     27#ifndef __BROWSER_SDK 
     28#include <domain/osextensions/platform_paths.hrh> 
     29MW_LAYER_SYSTEMINCLUDE 
     30#else 
     31SYSTEMINCLUDE  \epoc32\include 
     32#endif  __BROWSER_SDK 
     33 
     34SYSTEMINCLUDE  \epoc32\include\libc 
    2835SYSTEMINCLUDE ..\pcre ..\kjs 
    2936SOURCEPATH  ..\pcre