add clean command to actually delete mif file
authortimkelly
Wed, 01 Jul 2009 10:48:15 -0500
changeset 336 0bdee354f078
parent 335 a28d71356238
child 337 c44c75698736
add clean command to actually delete mif file
templates/com.nokia.carbide.cpp.templates/templates/projecttemplates/S60-PlatsecApp/group/Icons_scalable_dc.mk
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-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