home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / CyberStarter / Sources / SOMPtMc.cpp < prev   
Encoding:
Text File  |  1996-09-17  |  971 b   |  35 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                SOMPtMc.cpp
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifdef SYMANTEC_CPLUS
  11. #define PRAGMA_IMPORT_SUPPORTED 1 
  12. #endif 
  13.  
  14. #include "Define.h"
  15. #include "FWSOMPrt.h"
  16. #include "Part.h"
  17.  
  18. //========================================================================================
  19. //
  20. //========================================================================================
  21.  
  22. #ifdef SYMANTEC_CPLUS
  23. #define SOMInit main 
  24. #endif 
  25.  
  26. #ifdef FW_BUILD_MAC
  27. #pragma segment SOM
  28. #endif
  29.  
  30. //========================================================================================
  31. //
  32. //========================================================================================
  33.  
  34. FW_SOMPART(ODFExamples, ODFCyberStarter, CPart)
  35.