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. --- build/packevol | 1 + build/packtmw | 1 + build/packwin | 1 + 3 files changed, 3 insertions(+) (limited to 'build') diff --git a/build/packevol b/build/packevol index c46dc9417..f6f50ec0e 100755 --- a/build/packevol +++ b/build/packevol @@ -11,5 +11,6 @@ makensis -DDLLDIR=$dir/../libs/dll/ \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ + -DSEHDLL=${SEHDLL} \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 64e42afef..665a09e40 100755 --- a/build/packtmw +++ b/build/packtmw @@ -11,4 +11,5 @@ makensis -DDLLDIR=$dir/../libs/dll/ \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ + -DSEHDLL=${SEHDLL} \ tmw.nsi diff --git a/build/packwin b/build/packwin index cbce115f8..264239334 100755 --- a/build/packwin +++ b/build/packwin @@ -11,5 +11,6 @@ makensis -DDLLDIR=$dir/../libs/dll/ \ -DEXESUFFIX=/src \ -DUPX=true \ -DBITS=${BITS} \ + -DSEHDLL=${SEHDLL} \ setup.nsi -- cgit v1.2.3-70-g09d2