diff -r b44958a4977b -r e7feb3e56cd0 core/group/bld.inf --- a/core/group/bld.inf Sun Nov 07 12:43:47 2010 +0000 +++ b/core/group/bld.inf Sun Nov 07 21:58:33 2010 +0000 @@ -85,6 +85,10 @@ ..\builtins\undertaker.cif z:\resource\cif\fshell\undertaker.cif ..\builtins\ciftest.cif z:\resource\cif\fshell\ciftest.cif +fshell_version.mk \epoc32\tools\makefile_templates\fshell\fshell_version.mk +fshell_version.meta \epoc32\tools\makefile_templates\fshell\fshell_version.meta + + #ifdef FSHELL_CORE_SUPPORT_CHUNKINFO ..\builtins\chunkinfo.cif z:\resource\cif\fshell\chunkinfo.cif #endif @@ -103,9 +107,12 @@ .\comm.script z:\system\console\scripts\comm.script .\fshell_autoexec.bat z:\fshell_autoexec.bat + + + PRJ_MMPFILES -gnumakefile .\fshell_version.mk ..\src\fshell.mmp + #ifdef FSHELL_CORE_SUPPORT_SHEBANG ..\extra\shebang\sbrec.mmp @@ -121,6 +128,10 @@ ..\extra\pipsrun\pipsrun.mmp #endif + + + + #ifdef FSHELL_CORE_SUPPORT_LOCAL_ICON PRJ_EXPORTS ..\extra\launch\fshell_local.mif z:\resource\apps\fshell_local.mif @@ -159,6 +170,9 @@ ..\extra\launch\fshell_launch_serial.mmp #endif +PRJ_EXTENSIONS +start extension fshell/fshell_version +end PRJ_TESTEXPORTS ..\tsrc\args.script z:\system\console\scripts\args.script @@ -185,4 +199,7 @@ ..\tsrc\tinteger.mmp ..\tsrc\tfshellarguments.mmp ..\tsrc\tenvarguments.mmp -..\tsrc\tnoncifenvarguments.mmp \ No newline at end of file +..\tsrc\tnoncifenvarguments.mmp + + + \ No newline at end of file