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 / Draw / Sources / SOMPtMc.cpp < prev    next >
Encoding:
Text File  |  1996-09-17  |  1.1 KB  |  46 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                SOMPtMc.cpp
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Author:                Henri Lamiraux
  7. //
  8. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  9. //
  10. //========================================================================================
  11.  
  12. #ifdef SYMANTEC_CPLUS
  13. #define PRAGMA_IMPORT_SUPPORTED 1 
  14. #endif 
  15.  
  16. // Note: Defines.k must be included before FWSOMPrt.h
  17. #ifndef DEFINES_K
  18. #include "Defines.k"
  19. #endif
  20.  
  21. #ifndef FWSOMPRT_H
  22. #include "FWSOMPrt.h"
  23. #endif
  24.  
  25. #ifndef DRAWPART_H
  26. #include "DrawPart.h"
  27. #endif
  28.  
  29. //========================================================================================
  30. //
  31. //========================================================================================
  32.  
  33. #ifdef SYMANTEC_CPLUS
  34. #define SOMInit main 
  35. #endif 
  36.  
  37. #ifdef FW_BUILD_MAC
  38. #pragma segment odfdraw
  39. #endif
  40.  
  41. //========================================================================================
  42. //
  43. //========================================================================================
  44.  
  45. FW_SOMPART(ODFExamples, ODFDraw, CDrawPart)
  46.