summaryrefslogtreecommitdiff
path: root/bcb5
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2003-01-16 22:07:26 +0000
committerkwaclaw <kwaclaw>2003-01-16 22:07:26 +0000
commit37819b24ef38d10b93940c9aa8a899b04924c570 (patch)
tree4b08f77b940486aca3398727e980ffbe35237b73 /bcb5
parent5e562b8263cdbe99955ddc17f4fd6832d6c8be5b (diff)
downloadlibexpat-37819b24ef38d10b93940c9aa8a899b04924c570.tar.gz
Change to support Windows 2000 behaviour by default
Diffstat (limited to 'bcb5')
-rw-r--r--bcb5/makefile.mak8
1 files changed, 4 insertions, 4 deletions
diff --git a/bcb5/makefile.mak b/bcb5/makefile.mak
index a3fe518..548815e 100644
--- a/bcb5/makefile.mak
+++ b/bcb5/makefile.mak
@@ -26,12 +26,12 @@ xmlwf:
clean:
# works on Win98/ME
- deltree /y release\obj
+# deltree /y release\obj
# works on WinNT/2000
-# del /s/f/q release\obj
+ del /s/f/q release\obj
distclean:
# works on Win98/ME
- deltree /y release\*.*
+# deltree /y release\*.*
# works on WinNT/2000
-# del /s/f/q release\*
+ del /s/f/q release\*