summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/packevol1
-rwxr-xr-xbuild/packtmw1
-rwxr-xr-xbuild/packwin1
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