Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. Usage: mxmlc [configuration options] [default arguments]
  2.  
  3. Configuration options may be set on the command line as
  4. '-variable=value,value,value'. (The number of values required depends on the
  5. particular variable.) Boolean options may be enabled with '-variable=true'
  6. and disabled with '-variable=false', with '-variable' being shorthand for
  7. '-variable=true'. Variables may be cleared by setting '-variable=' with no
  8. value following the equals sign.
  9.  
  10. The default argument list is equivalent to setting the 'file-specs' variable.
  11. The special string '--' may be used to terminate processing of named
  12. configuration options and to force any remaining values on the command line
  13. to be interpreted as default arguments.
  14.  
  15. In general, a given variable may only be set once, but a few variables may be
  16. set multiple times if noted as 'repeatable' in their description; i.e.
  17. '-a=x,y,z' may also be set as '-a=x -a=y -a=z' if 'a' is repeatable. A more
  18. useful trait of repeatable variables is that by using the special syntax
  19. '-variable+=value,value', the new values set will be appended to the current
  20. value, rather than replacing the current value list.
  21.  
  22. Configuration variables sometimes have shortened aliases that make them
  23. easier to type. Hierarchical dotted variable names will automatically have an
  24. alias generated for their 'leaf' name, if it is unique.
  25.  
  26. Filenames specified on the command line must either be an absolute path or
  27. relative to the current directory.
  28.  
  29. Use 'mxmlc -help list' to list available configuration variables.
Add Comment
Please, Sign In to add comment