From d203be43c9e1006672a1a1da6b177fd43f4760c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 13 Oct 2011 02:33:04 +0300 Subject: Move build scripts and logs to build dir. --- build/packwin | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 build/packwin (limited to 'build/packwin') diff --git a/build/packwin b/build/packwin new file mode 100755 index 000000000..cef5d27fa --- /dev/null +++ b/build/packwin @@ -0,0 +1,14 @@ +#!/bin/bash + +cd .. + +dir=`pwd` + +cd packaging/windows +./make-translations.sh +makensis -DDLLDIR=$dir/../mana_win/libs/dll/ \ + -DPRODUCT_VERSION="1.1.10.2" \ + -DEXESUFFIX=/src \ + -DUPX=true \ + setup.nsi + -- cgit v1.2.3-60-g2f50