From 6c84be6bfc43e839bfd76f146aabfff6d1fd025f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 Mar 2017 21:20:08 +0300 Subject: Add SEHDLL variable in windows installer build scripts. --- packaging/windows/evol.nsi | 6 +++++- packaging/windows/setup.nsi | 6 +++++- packaging/windows/tmw.nsi | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) (limited to 'packaging') diff --git a/packaging/windows/evol.nsi b/packaging/windows/evol.nsi index 506b51814..b8fbee2ec 100644 --- a/packaging/windows/evol.nsi +++ b/packaging/windows/evol.nsi @@ -41,6 +41,10 @@ RequestExecutionLevel admin !define BITS 32 !endif +!ifndef SEHDLL + !define SEHDLL "libgcc_s_sjlj-1.dll" +!endif + ;--- (and without !defines ) --- !System "${UPX} --best --crp-ms=999999 --compress-icons=0 --nrv2d ${EXEDIR}\manaplus.exe" @@ -266,7 +270,7 @@ Section "Core files (required)" SecCore File "${DLLDIR}\libSDL_gfx-15.dll" File "${DLLDIR}\libcurl-4.dll" File "${DLLDIR}\libfreetype-6.dll" - File "${DLLDIR}\libgcc_s_sjlj-1.dll" + File "${DLLDIR}\${SEHDLL}" File "${DLLDIR}\libiconv-2.dll" File "${DLLDIR}\libintl-8.dll" File "${DLLDIR}\libjpeg-9.dll" diff --git a/packaging/windows/setup.nsi b/packaging/windows/setup.nsi index 32a4a5d26..56e671236 100644 --- a/packaging/windows/setup.nsi +++ b/packaging/windows/setup.nsi @@ -41,6 +41,10 @@ RequestExecutionLevel admin !define BITS 32 !endif +!ifndef SEHDLL + !define SEHDLL "libgcc_s_sjlj-1.dll" +!endif + ;--- (and without !defines ) --- !System "${UPX} --best --crp-ms=999999 --compress-icons=0 --nrv2d ${EXEDIR}\manaplus.exe" @@ -263,7 +267,7 @@ Section "Core files (required)" SecCore File "${DLLDIR}\libSDL_gfx-15.dll" File "${DLLDIR}\libcurl-4.dll" File "${DLLDIR}\libfreetype-6.dll" - File "${DLLDIR}\libgcc_s_sjlj-1.dll" + File "${DLLDIR}\${SEHDLL}" File "${DLLDIR}\libiconv-2.dll" File "${DLLDIR}\libintl-8.dll" File "${DLLDIR}\libjpeg-9.dll" diff --git a/packaging/windows/tmw.nsi b/packaging/windows/tmw.nsi index 536b98f62..4f5b24501 100644 --- a/packaging/windows/tmw.nsi +++ b/packaging/windows/tmw.nsi @@ -41,6 +41,10 @@ RequestExecutionLevel admin !define BITS 32 !endif +!ifndef SEHDLL + !define SEHDLL "libgcc_s_sjlj-1.dll" +!endif + ;--- (and without !defines ) --- !System "${UPX} --best --crp-ms=999999 --compress-icons=0 --nrv2d ${EXEDIR}\manaplus.exe" @@ -266,7 +270,7 @@ Section "Core files (required)" SecCore File "${DLLDIR}\libSDL_gfx-15.dll" File "${DLLDIR}\libcurl-4.dll" File "${DLLDIR}\libfreetype-6.dll" - File "${DLLDIR}\libgcc_s_sjlj-1.dll" + File "${DLLDIR}\${SEHDLL}" File "${DLLDIR}\libiconv-2.dll" File "${DLLDIR}\libintl-8.dll" File "${DLLDIR}\libjpeg-9.dll" -- cgit v1.2.3-60-g2f50