--- 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
--- 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