blob: 23c442fdf824356bc49c1a5571b7cec562b5e7ce (
plain) (
tree)
|
|
#!/bin/bash
cd ..
dir=`pwd`
cd packaging/windows
./make-translations.sh
makensis -DDLLDIR=$dir/../libs/dll/ \
-DPRODUCT_VERSION="1.7.5.27" \
-DEXESUFFIX=/src \
-DUPX=true \
-DBITS=${BITS} \
-DSEHDLL=${SEHDLL} \
tmw.nsi
|