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 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 |