filter_package_definition.bat
changeset 2 1c6fdad012dc
equal deleted inserted replaced
1:a9d1c8e49653 2:1c6fdad012dc
       
     1 @if not %SDTOOLS% == "" GOTO OK
       
     2 
       
     3 @echo You need to set SDTOOLS variable to be the location of the sysdeftools - e.g. \sf\os\buildtools\bldsystemtools\sysdeftools
       
     4 
       
     5 @goto EXIT
       
     6 
       
     7 :OK
       
     8 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
       
     9 :EXIT