Changeset 20117 for S60/trunk/JavaScriptCore
- Timestamp:
- 03/12/07 09:47:43 (22 months ago)
- Location:
- S60/trunk/JavaScriptCore
- Files:
-
- 6 modified
-
ChangeLog (modified) (1 diff)
-
group/JavaScriptCore.mmp (modified) (1 diff)
-
group/bld.inf (modified) (2 diffs)
-
group/kjstest.mmp (modified) (1 diff)
-
group/pcre.mmp (modified) (1 diff)
-
group/pcretest.mmp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
S60/trunk/JavaScriptCore/ChangeLog
r19918 r20117 1 2007-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 1 14 vbradley, reviewed by Yongjun 2 15 DESC: merge r19917 to s60/trunk. ALAA-6XSF7U : Reduce stack overflow counter -
S60/trunk/JavaScriptCore/group/JavaScriptCore.mmp
r19440 r20117 21 21 TARGET JavaScriptCore_sdk.DLL 22 22 #else 23 #include <domain \osextensions\platform_paths.hrh>23 #include <domain/osextensions/platform_paths.hrh> 24 24 TARGET JavaScriptCore.DLL 25 25 #endif -
S60/trunk/JavaScriptCore/group/bld.inf
r17301 r20117 23 23 24 24 PRJ_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 25 44 ..\kjs\internal.h \epoc32\include\oem\javascriptcore\internal.h 26 45 ..\kjs\interpreter.h \epoc32\include\oem\javascriptcore\interpreter.h … … 37 56 ..\bindings\NP_jsobject.h \epoc32\include\oem\javascriptcore\NP_jsobject.h 38 57 ..\bindings\c\c_utility.h \epoc32\include\oem\javascriptcore\c_utility.h 58 #endif //#ifndef __BROWSER_SDK 59 60 39 61 PRJ_MMPFILES 40 62 pcre.mmp -
S60/trunk/JavaScriptCore/group/kjstest.mmp
r16969 r20117 19 19 */ 20 20 #ifndef __BROWSER_SDK 21 #include <domain \osextensions\platform_paths.hrh>21 #include <domain/osextensions/platform_paths.hrh> 22 22 #endif 23 23 TARGET kjstest.exe -
S60/trunk/JavaScriptCore/group/pcre.mmp
r16504 r20117 19 19 */ 20 20 #ifndef __BROWSER_SDK 21 #include <domain \osextensions\platform_paths.hrh>21 #include <domain/osextensions/platform_paths.hrh> 22 22 #endif 23 23 TARGET pcre.lib -
S60/trunk/JavaScriptCore/group/pcretest.mmp
r16969 r20117 25 25 #include "defs.mmpi" 26 26 27 SYSTEMINCLUDE \epoc32\include\libc \epoc32\include 27 #ifndef __BROWSER_SDK 28 #include <domain/osextensions/platform_paths.hrh> 29 MW_LAYER_SYSTEMINCLUDE 30 #else 31 SYSTEMINCLUDE \epoc32\include 32 #endif __BROWSER_SDK 33 34 SYSTEMINCLUDE \epoc32\include\libc 28 35 SYSTEMINCLUDE ..\pcre ..\kjs 29 36 SOURCEPATH ..\pcre