Author: mlytwyn
Date: Thu Dec 15 00:39:06 2016
New Revision: 40263

URL: http://svn.gna.org/viewcvs/gnustep?rev=40263&view=rev
Log:
Fix toast notification clean target

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=40263&r1=40262&r2=40263&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:39:06 2016
@@ -37,8 +37,8 @@
        (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/ToastNotifications/ix86)
+       (rm -rf ToastNotifications/ToastNotifications/x86_64)
        (rm -rf ToastNotifications/ipch ToastNotifications/*.sdf 
ToastNotifications/*.suo)
        (rm -rf ToastNotifications/ToastNotifications.VC.db)
        (rm -rf ToastNotifications/.vs ToastNotifications/obj 
ToastNotifications/DTAR*)


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

Reply via email to