diff options
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/windows/evol.nsi | 2 | ||||
-rw-r--r-- | packaging/windows/readme.txt | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi index 0c8891a7a..d0529ea08 100644 --- a/packaging/windows/evol.nsi +++ b/packaging/windows/evol.nsi @@ -265,7 +265,7 @@ Section "Core files (required)" SecCore File "${DLLDIR}\libfreetype-6.dll" File "${DLLDIR}\libiconv-2.dll" File "${DLLDIR}\libintl-8.dll" - File "${DLLDIR}\libjpeg-8.dll" + File "${DLLDIR}\libjpeg-9.dll" File "${DLLDIR}\libogg-0.dll" File "${DLLDIR}\libpng15-15.dll" File "${DLLDIR}\libSDL_gfx-13.dll" diff --git a/packaging/windows/readme.txt b/packaging/windows/readme.txt deleted file mode 100644 index 4a10fef49..000000000 --- a/packaging/windows/readme.txt +++ /dev/null @@ -1,6 +0,0 @@ -HOW TO BUILD THE INSTALLER - -See the following wiki page, which also deals with the steps needed to produce -the Windows installer: - - http://wiki.themanaworld.org/index.php/Making_a_new_release |