From a3002f841c4cb63b3bf38c314c8b450313027cc6 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 17 Nov 2000 22:10:37 +0000 Subject: [PATCH] *** empty log message *** --- dtool/pptempl/Template.msvc.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dtool/pptempl/Template.msvc.pp b/dtool/pptempl/Template.msvc.pp index e263574273..6657c94abd 100644 --- a/dtool/pptempl/Template.msvc.pp +++ b/dtool/pptempl/Template.msvc.pp @@ -177,10 +177,10 @@ test : $[test_bin_targets] // It does assume that the odirs are not '.', however. clean : #if $[so_sources] - rmdir /s /q $[so_dir] + -rmdir /s /q $[so_dir] #endif #if $[st_sources] - rmdir /s /q $[st_dir] + -rmdir /s /q $[st_dir] #endif // 'cleanall' is not much more thorough than 'clean': At the moment,