diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build/packevol | 1 | ||||
-rwxr-xr-x | build/packtmw | 1 | ||||
-rwxr-xr-x | build/packwin | 1 |
3 files changed, 3 insertions, 0 deletions
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 |