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 @@
If you intend to prepare an installable build, you will need innosetup and the sed utility.
To download the utilities use the following links
If you change parser.cpp or parser.sed you will need to rebuild parser.cpp, to do so use parser.bat
Remember, you need sed and innosetup in the path to build the installer
+