Joy Online Manual
NAME |
objc:loadPrecomp - Load precompiled header file |
SYNOPSIS |
objc:loadPrecomp fileName
DESCRIPTION |
Efficiently loads a precompiled Objective-C header file containing macro definitions, typedefs, and function prototypes. Joy automatically loads the precompiled header file itkDefaultHeaders.jp, which is a resource of the itkRuntime.framework, at startup. In its default configuration this file contains at least all the macros, enum constants, extern variables, typedefs, and function prototypes from AppKit.h and the ANSI C library. Look at the source file itkDefaultHeaders.h (in the same resources folder) if you are interested in the exact contents for your platform. You can create your own precompiled header files by using the precompile command in a Joy JavaScript command window. |
SEE ALSO |
objc:define
objc:undef
objc:typedef
objc:declare
KEYWORDS |
constants, macros, typedefs, function prototypes |
Index |