diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-13 22:06:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-14 02:10:13 +0300 |
commit | b15ab01a35ce3682e26aafb5fb1ac0fb98045241 (patch) | |
tree | 344b23d0c5721d1d5c86732c8abf581c3de1a5f1 /packaging/windows | |
parent | aa629a5b28d83333d083cac24ee9ac815c2ea6e7 (diff) | |
download | plus-b15ab01a35ce3682e26aafb5fb1ac0fb98045241.tar.gz plus-b15ab01a35ce3682e26aafb5fb1ac0fb98045241.tar.bz2 plus-b15ab01a35ce3682e26aafb5fb1ac0fb98045241.tar.xz plus-b15ab01a35ce3682e26aafb5fb1ac0fb98045241.zip |
Add support for mingw64 for windows builds.
Diffstat (limited to 'packaging/windows')
-rw-r--r-- | packaging/windows/evol.nsi | 1 | ||||
-rw-r--r-- | packaging/windows/setup.nsi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi index 695051a15..debdfb296 100644 --- a/packaging/windows/evol.nsi +++ b/packaging/windows/evol.nsi @@ -252,6 +252,7 @@ Section "Core files (required)" SecCore File "${DLLDIR}\SDL_ttf.dll" File "${DLLDIR}\exchndl.dll" File "${DLLDIR}\libcurl-4.dll" + File "${DLLDIR}\libgcc_s_sjlj-1.dll" File "${DLLDIR}\libiconv-2.dll" File "${DLLDIR}\libintl-8.dll" File "${DLLDIR}\libjpeg-8.dll" diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index e96b9bd3c..689165699 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -249,6 +249,7 @@ Section "Core files (required)" SecCore File "${DLLDIR}\SDL_ttf.dll" File "${DLLDIR}\exchndl.dll" File "${DLLDIR}\libcurl-4.dll" + File "${DLLDIR}\libgcc_s_sjlj-1.dll" File "${DLLDIR}\libiconv-2.dll" File "${DLLDIR}\libintl-8.dll" File "${DLLDIR}\libjpeg-8.dll" |