# HG changeset patch # User Christian Morlok # Date 1269630536 -3600 # Node ID e89187c6bc81c1dfb464de24770fa70a490b09d5 # Parent a3e98f9c292b2a42fc63db3b7b60bc1220fabc16 added dependencies to bld.inf; whole package builds now with winscw diff -r a3e98f9c292b -r e89187c6bc81 dependencies/ABLD.BAT --- a/dependencies/ABLD.BAT Fri Mar 26 04:17:01 2010 +0530 +++ b/dependencies/ABLD.BAT Fri Mar 26 20:08:56 2010 +0100 @@ -3,7 +3,7 @@ REM Bldmake-generated batch file - ABLD.BAT REM ** DO NOT EDIT ** -perl -S ABLD.PL "\S60\devices\S60_5th_Edition_SDK_v1.0\homescreensrv\dependencies\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 +perl -S ABLD.PL "\homescreensrv\dependencies\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 if errorlevel==1 goto CheckPerl goto End diff -r a3e98f9c292b -r e89187c6bc81 dependencies/bld.inf --- a/dependencies/bld.inf Fri Mar 26 04:17:01 2010 +0530 +++ b/dependencies/bld.inf Fri Mar 26 20:08:56 2010 +0100 @@ -25,7 +25,7 @@ RMmCustomAPI.h RMmCustomAPI.h eikon.hrh eikon.hrh -// featmgr.h featmgr.h +featmgr.h featmgr.h AknsConstants.h AknsConstants.h AknsConstants.hrh AknsConstants.hrh AknTransEffect.h MW_LAYER_PLATFORM_EXPORT_PATH(akntranseffect.h) diff -r a3e98f9c292b -r e89187c6bc81 group/ABLD.BAT --- a/group/ABLD.BAT Fri Mar 26 04:17:01 2010 +0530 +++ b/group/ABLD.BAT Fri Mar 26 20:08:56 2010 +0100 @@ -3,7 +3,7 @@ REM Bldmake-generated batch file - ABLD.BAT REM ** DO NOT EDIT ** -perl -S ABLD.PL "\S60\devices\S60_5th_Edition_SDK_v1.0\homescreensrv\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 +perl -S ABLD.PL "\homescreensrv\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 if errorlevel==1 goto CheckPerl goto End diff -r a3e98f9c292b -r e89187c6bc81 group/bld.inf --- a/group/bld.inf Fri Mar 26 04:17:01 2010 +0530 +++ b/group/bld.inf Fri Mar 26 20:08:56 2010 +0100 @@ -20,6 +20,9 @@ PRJ_EXPORTS ../inc/aisystemuids.hrh MW_LAYER_PLATFORM_EXPORT_PATH(aisystemuids.hrh) +// build dependencies: headers and S^3 libs +#include "../dependencies/bld.inf" + #include "../xcfw/group/bld.inf" #include "../homescreenpluginsrv/group/bld.inf" #include "../idlefw/group/bld.inf" diff -r a3e98f9c292b -r e89187c6bc81 homescreensrv_plat/group/ABLD.BAT --- a/homescreensrv_plat/group/ABLD.BAT Fri Mar 26 04:17:01 2010 +0530 +++ b/homescreensrv_plat/group/ABLD.BAT Fri Mar 26 20:08:56 2010 +0100 @@ -3,7 +3,7 @@ REM Bldmake-generated batch file - ABLD.BAT REM ** DO NOT EDIT ** -perl -S ABLD.PL "\S60\devices\S60_5th_Edition_SDK_v1.0\homescreensrv\homescreensrv_plat\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 +perl -S ABLD.PL "\homescreensrv\homescreensrv_plat\group\\" %1 %2 %3 %4 %5 %6 %7 %8 %9 if errorlevel==1 goto CheckPerl goto End