val isabelle_tool =
Isabelle_Tool("component_cygwin", "produce pre-canned Cygwin distribution for Isabelle",
Scala_Project.here,
{ args => var target_dir = Path.current var mirror = default_mirror var more_packages: List[String] = Nil
val getopts =
Getopts("""
Usage: isabelle component_cygwin [OPTIONS]
Options are:
-D DIR target directory (default ".")
-R MIRROR Cygwin mirror site (default """ + quote(default_mirror) + """)
-p NAME additional Cygwin package
Produce pre-canned Cygwin distribution for Isabelle: this requires
Windows administrator mode. """, "D:" -> (arg => target_dir = Path.explode(arg)), "R:" -> (arg => mirror = arg), "p:" -> (arg => more_packages ::= arg))
val more_args = getopts(args) if (more_args.nonEmpty) getopts.usage()
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.