summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-03-14 20:53:55 +0300
committerAndrei Karas <akaras@inbox.ru>2017-03-14 21:20:01 +0300
commitce46bdf12fcf69aff19fcef46229f17a0214570f (patch)
tree6022f93206f61844bdcd57f8550ce0e15bd3385d /build
parent5712e565763d3432293c73e5fe56958a1de48bb5 (diff)
downloadplus-ce46bdf12fcf69aff19fcef46229f17a0214570f.tar.gz
plus-ce46bdf12fcf69aff19fcef46229f17a0214570f.tar.bz2
plus-ce46bdf12fcf69aff19fcef46229f17a0214570f.tar.xz
plus-ce46bdf12fcf69aff19fcef46229f17a0214570f.zip
add BITS variable in windows installer build scripts.
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 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