From ce46bdf12fcf69aff19fcef46229f17a0214570f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 Mar 2017 20:53:55 +0300 Subject: add BITS 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 ec7290388..c46dc9417 100755 --- a/build/packevol +++ b/build/packevol @@ -10,5 +10,6 @@ makensis -DDLLDIR=$dir/../libs/dll/ \ -DPRODUCT_VERSION="1.7.3.4" \ -DEXESUFFIX=/src \ -DUPX=true \ + -DBITS=${BITS} \ evol.nsi diff --git a/build/packtmw b/build/packtmw index 396d88ffe..64e42afef 100755 --- a/build/packtmw +++ b/build/packtmw @@ -10,4 +10,5 @@ makensis -DDLLDIR=$dir/../libs/dll/ \ -DPRODUCT_VERSION="1.7.3.4" \ -DEXESUFFIX=/src \ -DUPX=true \ + -DBITS=${BITS} \ tmw.nsi diff --git a/build/packwin b/build/packwin index b461910b2..cbce115f8 100755 --- a/build/packwin +++ b/build/packwin @@ -10,5 +10,6 @@ makensis -DDLLDIR=$dir/../libs/dll/ \ -DPRODUCT_VERSION="1.7.3.4" \ -DEXESUFFIX=/src \ -DUPX=true \ + -DBITS=${BITS} \ setup.nsi -- cgit v1.2.3-70-g09d2