filter_package_definition.bat
changeset 1 fcaf4606ba4e
equal deleted inserted replaced
0:b8ed18f6c07b 1:fcaf4606ba4e
       
     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