diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-10-13 02:33:04 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-10-13 04:00:29 +0300 |
commit | d203be43c9e1006672a1a1da6b177fd43f4760c2 (patch) | |
tree | 5a8aa84610405c3b54dff8d38edfa15d08603269 /packwin | |
parent | d2c132d50f618e8b533cb69d39e3e76d5439def9 (diff) | |
download | plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.tar.gz plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.tar.bz2 plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.tar.xz plus-d203be43c9e1006672a1a1da6b177fd43f4760c2.zip |
Move build scripts and logs to build dir.
Diffstat (limited to 'packwin')
-rwxr-xr-x | packwin | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/packwin b/packwin deleted file mode 100755 index 633f895b8..000000000 --- a/packwin +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -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 - |