merge
authorfturovic <frank.turovich@nokia.com>
Wed, 01 Jul 2009 14:20:36 -0500
changeset 342 7c83019e19b8
parent 341 d31a66f9880b (current diff)
parent 338 b5a4b8b0b869 (diff)
child 343 334622dd9283
child 344 c03baaa996d5
merge
--- a/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/Series 60 v3.0 EXE/group/Icons_aif_scalable_dc.mk	Wed Jul 01 14:19:47 2009 -0500
+++ b/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/Series 60 v3.0 EXE/group/Icons_aif_scalable_dc.mk	Wed Jul 01 14:20:36 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 14:19:47 2009 -0500
+++ b/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/tutorials/Birthdays/group/icons_aif_scalable_dc.mk	Wed Jul 01 14:20:36 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 14:19:47 2009 -0500
+++ b/uidesigner/com.nokia.sdt.series60.componentlibrary/templates/tutorials/YahooImageSearch/group/icons_aif_scalable_dc.mk	Wed Jul 01 14:20:36 2009 -0500
@@ -32,7 +32,9 @@
 
 BLD : do_nothing
 
-CLEAN : do_nothing
+CLEAN :
+	@echo ...Deleting $(ICONTARGETFILENAME)
+	del /q /f $(ICONTARGETFILENAME)
 
 LIB : do_nothing