Add new options, rename some

Modules options have been capitalized.
"project's name" was renamed to "project's title".
Many options to set global variables were added.
"--clean" option was reimplemented.
This commit is contained in:
Antonin Décimo
2015-06-18 18:48:31 +02:00
parent 6302efed97
commit 63bb8cc807
8 changed files with 87 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
# Android debug package
init_module "Android" "android" "a"
OPTIONS="a"
init_module "Android" "android" "A"
OPTIONS="A"
LONG_OPTIONS=""

View File

@@ -1,6 +1,6 @@
# Debian package
init_module "Debian" "debian" "d"
OPTIONS="d"
init_module "Debian" "debian" "D"
OPTIONS="D"
LONG_OPTIONS=""

View File

@@ -1,6 +1,6 @@
# Mac OS X
init_module "Mac OS X" "osx" "m"
OPTIONS="m"
init_module "Mac OS X" "osx" "M"
OPTIONS="M"
LONG_OPTIONS=""

View File

@@ -1,6 +1,6 @@
# Windows
init_module "Windows" "windows" "w"
OPTIONS="w"
init_module "Windows" "windows" "W"
OPTIONS="W"
LONG_OPTIONS=""