filter_package_definition.bat
author hgs
Wed, 13 Oct 2010 12:59:38 +0100
changeset 3 faaab429cc2b
parent 1 fcaf4606ba4e
permissions -rw-r--r--
2010wk42_02

@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