# HG changeset patch # User timkelly # Date 1246463295 18000 # Node ID 0bdee354f078ec6e5b9c9790eb928b7a82586320 # Parent a28d7135623899a5ad13d428abf39748bcce5ac9 add clean command to actually delete mif file diff -r a28d71356238 -r 0bdee354f078 templates/com.nokia.carbide.cpp.templates/templates/projecttemplates/S60-PlatsecApp/group/Icons_scalable_dc.mk --- a/templates/com.nokia.carbide.cpp.templates/templates/projecttemplates/S60-PlatsecApp/group/Icons_scalable_dc.mk Wed Jul 01 08:54:31 2009 -0500 +++ b/templates/com.nokia.carbide.cpp.templates/templates/projecttemplates/S60-PlatsecApp/group/Icons_scalable_dc.mk Wed Jul 01 10:48:15 2009 -0500 @@ -25,7 +25,9 @@ BLD : do_nothing -CLEAN : do_nothing +CLEAN : + @echo ...Deleting $(ICONTARGETFILENAME) + del /q /f $(ICONTARGETFILENAME) LIB : do_nothing diff -r a28d71356238 -r 0bdee354f078 templates/com.nokia.carbide.cpp.templates/templates/projecttemplates/S60-TouchUIApplication/group/Icons_scalable_dc.mk --- a/templates/com.nokia.carbide.cpp.templates/templates/projecttemplates/S60-TouchUIApplication/group/Icons_scalable_dc.mk Wed Jul 01 08:54:31 2009 -0500 +++ b/templates/com.nokia.carbide.cpp.templates/templates/projecttemplates/S60-TouchUIApplication/group/Icons_scalable_dc.mk Wed Jul 01 10:48:15 2009 -0500 @@ -25,7 +25,9 @@ BLD : do_nothing -CLEAN : do_nothing +CLEAN : + @echo ...Deleting $(ICONTARGETFILENAME) + del /q /f $(ICONTARGETFILENAME) LIB : do_nothing