Author: dreimer
Date: Tue Dec 4 19:37:34 2007
New Revision: 30999
URL:
http://svn.reactos.org/svn/reactos?rev=30999&view=rev
Log:
FIx the fix. (comdlg was hit, too)
Modified:
trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
trunk/tools/RosBE/RosBE-Windows/Root/Clean.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Cha…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt Tue Dec 4 19:37:34 2007
@@ -12,6 +12,7 @@
- Set the working directory for the "Options" shortcut correctly (see above
bullet). (Colin Fink)
- Add back detection of previous versions of RosBE (versions 0.3.5b2 and before). (Peter
Ward)
- Fix the uninstall previous routine. (Peter Ward)
+- Fix a bug in Clean.cmd. It accidently killed some not anymore Autogenerated Resources.
(Daniel Reimer)
- Fix a bug in TimeDate.cmd. (Peter Ward)
- Fix a bug in reladdr2line.cmd. (Peter Ward)
- Change the default ReactOS source directory from APPDATA\RosBE\Source to
PROFILE\reactos. (Peter Ward)
Modified: trunk/tools/RosBE/RosBE-Windows/Root/Clean.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Cle…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/Clean.cmd (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/Clean.cmd Tue Dec 4 19:37:34 2007
@@ -46,19 +46,6 @@
del /f "dll\win32\msi\instabsent.bmp" 1> NUL 2> NUL
del /f "dll\win32\msi\instlocal.bmp" 1> NUL 2> NUL
del /f "dll\win32\msi\instadvert.bmp" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\network.ico" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\fontpics.bmp" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\pd32_nocollate.ico" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\pd32_collate.ico" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\folder.ico" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\cdrom.ico" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\floppy.ico" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\pd32_landscape.ico" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\folder2.ico" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\800.bmp" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\pd32_portrait.ico" 1> NUL 2> NUL
- del /f "dll\win32\comdlg32\hdisk.ico" 1> NUL 2> NUL
-
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