add clean command to icon makefiles
authortimkelly
Wed, 01 Jul 2009 11:34:30 -0500
changeset 338 b5a4b8b0b869
parent 337 c44c75698736
child 342 7c83019e19b8
add clean command to icon makefiles
uidesigner/com.nokia.sdt.series60.componentlibrary/templates/Series 60 v3.0 EXE/group/Icons_aif_scalable_dc.mk
uidesigner/com.nokia.sdt.series60.componentlibrary/templates/tutorials/Birthdays/group/icons_aif_scalable_dc.mk
uidesigner/com.nokia.sdt.series60.componentlibrary/templates/tutorials/YahooImageSearch/group/icons_aif_scalable_dc.mk
--- a/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/Series 60 v3.0 EXE/group/Icons_aif_scalable_dc.mk	Wed Jul 01 11:31:17 2009 -0500
+++ b/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/Series 60 v3.0 EXE/group/Icons_aif_scalable_dc.mk	Wed Jul 01 11:34:30 2009 -0500
@@ -32,7 +32,9 @@
 
 BLD : do_nothing
 
-CLEAN : do_nothing
+CLEAN :
+	@echo ...Deleting $(ICONTARGETFILENAME)
+	del /q /f $(ICONTARGETFILENAME)
 
 LIB : do_nothing
 
--- a/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/tutorials/Birthdays/group/icons_aif_scalable_dc.mk	Wed Jul 01 11:31:17 2009 -0500
+++ b/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/tutorials/Birthdays/group/icons_aif_scalable_dc.mk	Wed Jul 01 11:34:30 2009 -0500
@@ -32,7 +32,9 @@
 
 BLD : do_nothing
 
-CLEAN : do_nothing
+CLEAN :
+	@echo ...Deleting $(ICONTARGETFILENAME)
+	del /q /f $(ICONTARGETFILENAME)
 
 LIB : do_nothing
 
--- a/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/tutorials/YahooImageSearch/group/icons_aif_scalable_dc.mk	Wed Jul 01 11:31:17 2009 -0500
+++ b/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/tutorials/YahooImageSearch/group/icons_aif_scalable_dc.mk	Wed Jul 01 11:34:30 2009 -0500
@@ -32,7 +32,9 @@
 
 BLD : do_nothing
 
-CLEAN : do_nothing
+CLEAN :
+	@echo ...Deleting $(ICONTARGETFILENAME)
+	del /q /f $(ICONTARGETFILENAME)
 
 LIB : do_nothing