##V To activate the verbose mode, put "#V" at the beginning of the first line 
#
# One declaration per line and the last one is prior
# 
# " = are the separators:
#
#		NT shell = "bash.exe" is OK
#		NT shell    bash.exe  is OK
#		NT shell = bash.exe   is OK
#		NT shell = "C:\Program Files\Tools\bash.exe" is OK
#
#		NT shell = ""bash.exe""   is not supported
#		NT shell = C:\Program Files\Tools\bash.exe is not supported

# Variables
# For UNIX : UNIX shell, UNIX extension
# For NT : NT shell, NT extension

UNIX extension = "sh"
NT shell = "tina_stk.exe"

