slice2cs(1) General Commands Manual slice2cs(1)

slice2cs - The Slice to C# compiler.

slice2swift [options] [files]

slice2swift compiles Slice files to Swift. The macro __SLICE2SWIFT__ is defined during this compilation.

Full documentation for slice2swift is available online at:
https://doc.zeroc.com/ice/latest/language-mappings/swift-mapping/client-side-slice-to-swift-mapping/slice2swift-command-line-options


Displays a help message.
Displays the compiler version.

Defines the preprocessor symbol NAME.

Defines the preprocessor symbol NAME with the value DEF.

Undefines the preprocessor symbol NAME.

Add the directory DIR to the search path for #include directives.

Print the preprocessor output on stdout.

Place the generated files into directory DIR.

Print debug information showing the operation of the Slice parser.

Print dependency information to standard output by default, or to the file specified by the --depend-file option. No code is generated when this option is specified.

Print dependency information in XML format to standard output by default, or to the file specified by the --depend-file option. No code is generated when this option is specified.

Directs dependency information to the specified file. The output format depends on whether --depend or --depend-xml is also specified.

Checks the provided command-line options for correctness, and does not generate any code.

slice2cpp(1), slice2cs(1), slice2java(1), slice2js(1), slice2matlab(1), slice2objc(1), slice2php(1), slice2py(1), slice2rb(1)