Author: mlytwyn
Date: Thu May 12 21:28:32 2016
New Revision: 39746

URL: http://svn.gna.org/viewcvs/gnustep?rev=39746&view=rev
Log:
Fix clean to remove VS user options file

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=39746&r1=39745&r2=39746&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 May 12 21:28:32 2016
@@ -37,4 +37,4 @@
        (cd ToastNotifications/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)
+       (rm -rf ToastNotifications/ipch ToastNotifications/*.sdf 
ToastNotifications/*.suo)


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to