home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-11-19 | 558 b | 16 lines | [TEXT/MPS ] |
- /*
- File: ExampleLibrarySymbols.cp
-
- Contains: The purpose of this file is so we can set the newobject flag for a
- class even when we are building with -sym off, which is required to
- get optimization with PPCC. This file includes the header files
- for any class that we set the newobject flag for. It is always compiled
- with -sym on,alltypes and has no affect on the binaries. It just
- provides needed symbol information to LibraryBuilderPPC.
-
- Copyright: © 1994 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #include "ExampleClass.h"
-