Table of Contents Previous Next
Logo
Client-Side Slice-to-Objective-C Mapping : 18.18 slice2objc Command-Line Options
Copyright © 2003-2010 ZeroC, Inc.

18.18 slice2objc Command-Line Options

The Slice-to-Objective‑C compiler, slice2objc, offers the following command-line options in addition to the standard options described in Section 4.20:
• includedir DIR
Modifies #import directives in source files to prepend the path name of each header file with the directory DIR.
• outputdir DIR
Places the generated source files into the specified output directory DIR.
• depend
Prints makefile dependency information to standard output. No code is gener­ated 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.
• dependxml
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.

Table of Contents Previous Next
Logo