home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / Apple Shared Library Manager / ASLM Examples / ExampleLibrary / Sources / ExampleLibrarySymbols.cp < prev    next >
Encoding:
Text File  |  1996-11-19  |  558 b   |  16 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        ExampleLibrarySymbols.cp
  3.  
  4.     Contains:    The purpose of this file is so we can set the newobject flag for a
  5.                 class even when we are building with -sym off, which is required to
  6.                 get optimization with PPCC. This file includes the header files
  7.                 for any class that we set the newobject flag for. It is always compiled
  8.                 with -sym on,alltypes and has no affect on the binaries. It just
  9.                 provides needed symbol information to LibraryBuilderPPC.
  10.  
  11.     Copyright:    © 1994 by Apple Computer, Inc., all rights reserved.
  12.  
  13. */
  14.  
  15. #include "ExampleClass.h"
  16.