Author: mlytwyn
Date: Thu Dec 15 00:30:37 2016
New Revision: 40261

URL: http://svn.gna.org/viewcvs/gnustep?rev=40261&view=rev
Log:
Update toast notifications GNUmakefile.postamble

Modified:
    
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble

Modified: 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble?rev=40261&r1=40260&r2=40261&view=diff
==============================================================================
--- 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble
       (original)
+++ 
libs/back/branches/gnustep_testplant_branch/Source/win32/MSUserNotifications/ToastNotifications/GNUmakefile.postamble
       Thu Dec 15 00:30:37 2016
@@ -33,8 +33,10 @@
 # Things to do after clean
 after-clean::
        rm -rf obj
-       (cd ToastNotifications/$(GNUSTEP_HOST_CPU)/Debug && (find . -type f | 
grep -v '.dll' | xargs rm -rf))
-       (cd ToastNotifications/$(GNUSTEP_HOST_CPU)/Release && (find . -type f | 
grep -v '.dll' | xargs rm -rf))
+       (cd ToastNotifications/ix86/Debug && (find . -type f | grep -v '.dll' | 
xargs rm -rf))
+       (cd ToastNotifications/ix86/Release && (find . -type f | grep -v '.dll' 
| xargs rm -rf))
+       (cd ToastNotifications/x86_64/Debug && (find . -type f | grep -v '.dll' 
| xargs rm -rf))
+       (cd ToastNotifications/x86_64/Release && (find . -type f | grep -v 
'.dll' | xargs rm -rf))
        (rm -rf ToastNotifications/ToastNotifications/Debug)
        (rm -rf ToastNotifications/ToastNotifications/Release)
        (rm -rf ToastNotifications/ipch ToastNotifications/*.sdf 
ToastNotifications/*.suo)


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to