small bug fix and make up in build scripts

git-svn-id: svn://kolibrios.org@489 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
victor
2007-05-12 19:35:34 +00:00
parent e1f463adf0
commit 4a8392eb9d
2 changed files with 290 additions and 256 deletions

View File

@@ -100,13 +100,7 @@ goto :eof
:Target_clean
echo *** cleaning ...
del /Q bin\drivers\*.*
del /Q bin\skins\*.*
del /Q bin\*.*
rmdir bin\drivers
rmdir bin\skins
rmdir bin
rmdir /S /Q bin
goto :Exit_OK