Author: dreimer Date: Wed Aug 15 19:43:01 2007 New Revision: 28357
URL: http://svn.reactos.org/svn/reactos?rev=28357&view=rev Log: Several PC, several Trees, several ages :-P Some more things to delete on a cleanup.
Modified: trunk/tools/RosBE-Windows/Root/Clean.cmd
Modified: trunk/tools/RosBE-Windows/Root/Clean.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Clean.cmd?... ============================================================================== --- trunk/tools/RosBE-Windows/Root/Clean.cmd (original) +++ trunk/tools/RosBE-Windows/Root/Clean.cmd Wed Aug 15 19:43:01 2007 @@ -81,14 +81,20 @@
del /f "dll\ntdll\napi.S" 1> NUL 2> NUL del /f "dll\ntdll\i386\napi.S" 1> NUL 2> NUL + rmdir /q "dll\ntdll\i386" 1> NUL 2> NUL del /f "dll\win32\gdi32\misc\win32k.S" 1> NUL 2> NUL del /f "dll\win32\gdi32\misc\i386\win32k.S" 1> NUL 2> NUL + rmdir /q "dll\win32\gdi32\misc\i386" 1> NUL 2> NUL del /f "dll\win32\kernel32\errcodes.rc" 1> NUL 2> NUL del /f "dll\win32\user32\misc\win32k.S" 1> NUL 2> NUL del /f "dll\win32\user32\misc\i386\win32k.S" 1> NUL 2> NUL + rmdir /q "dll\win32\user32\misc\i386" 1> NUL 2> NUL del /f "include\reactos\bugcodes.h" 1> NUL 2> NUL del /f "include\reactos\buildno.h" 1> NUL 2> NUL del /f "include\reactos\errcodes.h" 1> NUL 2> NUL + del /f "lib\win32ksys\win32k.S" 1> NUL 2> NUL + del /f "lib\win32ksys\i386\win32k.S" 1> NUL 2> NUL + rmdir /q "lib\win32ksys\i386" 1> NUL 2> NUL del /f "ntoskrnl\bugcodes.rc" 1> NUL 2> NUL del /f "ntoskrnl\ex\zw.S" 1> NUL 2> NUL del /f "ntoskrnl\ex\i386\zw.S" 1> NUL 2> NUL