diff --git a/builds/win32/clean_all.bat b/builds/win32/clean_all.bat index 5e8d82ee9e..b9231b53fa 100644 --- a/builds/win32/clean_all.bat +++ b/builds/win32/clean_all.bat @@ -16,4 +16,5 @@ @del %ROOT_PATH%\builds\win32\msvc7\*.plg 2>nul @Echo Cleaning install files -@del %ROOT_PATH%\src\install\arch-specific\win32\*.dll 2>nul \ No newline at end of file +@del %ROOT_PATH%\src\install\arch-specific\win32\*.dll 2>nul +@rmdir /s /q %ROOT_PATH%\builds\win32\install_image \ No newline at end of file diff --git a/doc/README.build.msvc.html b/doc/README.build.msvc.html index 5920d972fe..a404b7108a 100644 --- a/doc/README.build.msvc.html +++ b/doc/README.build.msvc.html @@ -11,7 +11,7 @@

VisualStudio build Notes


-Last Update: June 4 2003
+Last Update: June 7 2003
Author: Blas Rodriguez Somoza blas@puertareal.com

0.-Introduction

@@ -59,7 +59,7 @@ Author: Blas Rodriguez Somoza blas@puertareal.com

If you intend to prepare an installable build, you will need innosetup and the sed utility.

To download the utilities use the following links

@@ -105,12 +105,14 @@ Author: Blas Rodriguez Somoza blas@puertareal.com

If you change parser.cpp or parser.sed you will need to rebuild parser.cpp, to do so use parser.bat

4.3.-Installer build

Remember, you need sed and innosetup in the path to build the installer

+