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 directoryDIR
.
--output-dir DIR
Places the generated source files into the specified output directoryDIR
.
--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 scriptconfig/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.