added dependencies to bld.inf; whole package builds now with winscw v5backport
authorChristian Morlok <symbian.org@christianmorlok.de>
Fri, 26 Mar 2010 20:08:56 +0100
branchv5backport
changeset 33 e89187c6bc81
parent 31 a3e98f9c292b
child 35 9d28e9ec8f22
added dependencies to bld.inf; whole package builds now with winscw
dependencies/ABLD.BAT
dependencies/bld.inf
group/ABLD.BAT
group/bld.inf
homescreensrv_plat/group/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
 
--- 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)
--- 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
 
--- 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"
--- 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