|
|
|
Copyright © 2003-2009 ZeroC, Inc. |
18.17 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:Modifies #import directives in source files to prepend the path name of each header file with the directory DIR.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.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.s
|
|