Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.

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.
  • --output-dir DIR
    Places the generated source files into the specified output directory DIR.
  • --depend
    Prints makefile dependency information to standard output. No code is generated when this option is specified. The output generally needs to be filtered before it can be included in a makefile; the Ice build system uses the script config/makedepend.py for this purpose.
  • --depend-xml
    Prints dependency information to standard output in XML format. No code is generated when this option is specified. This option is intended for use with Apple's Xcode development environment.
See Also
  • No labels