~sgaflv/workcraft/trunk-refmodels

« back to all changes in this revision

Viewing changes to build_distr.sh

  • Committer: Danil Sokolov
  • Date: 2014-10-29 15:13:22 UTC
  • Revision ID: danilovesky@gmail.com-20141029151322-nkltcdqge8at1891
Update of the readme file and helper scripts for building Linux and Windows distributions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    XmasPlugin"
15
15
tool_plugin_dirs="MpsatPlugin PetrifyPlugin"
16
16
third_party_dirs="ThirdParty"
17
 
doc_dirs="help"
 
17
doc_dirs="help tutorial"
18
18
core_dirs="WorkcraftCore"
19
19
core_files="LICENSE README workcraft workcraft.bat"
20
20
 
39
39
  case $param in
40
40
    -s) src_dir=$2; shift 2;;
41
41
    -d) distr_dir=$2; shift 2;;
42
 
    -m) template_dir=$2; shift 2;;
 
42
    -t) template_dir=$2; shift 2;;
43
43
    -h | --help) $echo_command $help_msg; exit 0;
44
44
  esac
45
45
done