# HG changeset patch # User William Roberts # Date 1288613458 0 # Node ID e34b5496f1f6444b8cf7f1b2355767be611e82d4 # Parent 7e2d85937fc586541087573dbf9e61642e82dbf6 Repair tps65950.iby, so it works for both rom.pl and rombuild.pl (sigh!) diff -r 7e2d85937fc5 -r e34b5496f1f6 omap3530/shared/tps65950/tps65950.iby --- a/omap3530/shared/tps65950/tps65950.iby Wed Oct 27 17:49:51 2010 +0100 +++ b/omap3530/shared/tps65950/tps65950.iby Mon Nov 01 12:10:58 2010 +0000 @@ -13,5 +13,15 @@ // Description: // - -extension[0x09080001]= \Epoc32\Release\ARMV5\##BUILD##\tps65950.dll \sys\bin\tps65950.dll \ No newline at end of file + +#ifdef BASE_TEXT_SHELL_BUILD + +// This line is used for lernelhwsrvkernel\eka\rom.pl - it does not work for "buildrom" or iMaker +extension[0x09080001]= \Epoc32\Release\ARMV5\##BUILD##\tps65950.dll \sys\bin\tps65950.dll + +#else + +// This line is used for buildrom and iMaker. +extension[VARID]=\epoc32\release\ARMV5\BUILD_DIR\tps65950.dll \sys\bin\tps65950.dll + +#endif