slice2objc Command-Line Options

The Slice-to-Objective-C compiler, slice2objc, offers the following command-line options in addition to the standard options:

  • --include-dir DIR
    Modifies #import directives in source files to prepend the path name of each header file with the directory DIR.

See Also