slice2rb (1) Linux Manual Page
slice2rb – The Slice to Ruby compiler.
Synopsis
slice2rb [options] [files]Description
slice2rb compiles Slice files to Ruby.Full documentation for slice2rb is available online at: "http://doc.zeroc.com/display/Ice/Code+Generation+in+Ruby#CodeGenerationinRuby-slice2rb".
Options
- -h, –help
- Displays a help message.
- -v, –version
- Displays the compiler version.
- -DNAME
- Defines the preprocessor symbol NAME.
- -DNAME=DEF
- Defines the preprocessor symbol NAME with the value DEF.
- -UNAME
- Undefines the preprocessor symbol NAME.
- -IDIR
- Add the directory DIR to the search path for #include directives.
- -E
- Print the preprocessor output on stdout.
- –output-dir DIR
- Place the generated files into directory DIR.
- -d, –debug
- Print debug information showing the operation of the Slice parser.
- –ice
- Permit use of the normally reserved prefix Ice for identifiers. Use this option only when compiling the source code for the Ice run time.
- –underscore
- Permit use of underscores in Slice identifiers.
- –all
- Generate code for all Slice definitions, including those from included files.
- –checksum CLASS
- Generate checksums for Slice definitions.
