diff -r b8ed18f6c07b -r fcaf4606ba4e filter_package_definition.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/filter_package_definition.bat Thu Oct 07 23:44:30 2010 +0100 @@ -0,0 +1,9 @@ +@if not %SDTOOLS% == "" GOTO OK + +@echo You need to set SDTOOLS variable to be the location of the sysdeftools - e.g. \sf\os\buildtools\bldsystemtools\sysdeftools + +@goto EXIT + +:OK +perl %SDTOOLS%\joinsysdef.pl -exclude-meta Api -output filtered_package_definition.xml -config %~d0\epoc32\include\feature_settings.hrh -I%~d0\epoc32\include -path ./package_definition.xml package_definition.xml +:EXIT