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 / ODF / SLPPCDebug / FWBldDef.h next >
Encoding:
Text File  |  1996-09-17  |  689 b   |  30 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWBldDef.h
  4. //    Release Version:    $ ODF 2 $
  5. //
  6. //    Copyright:    (c) 1993, 1995 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. // This file should contains definitions specific to the build configuration.
  11.  
  12. #ifndef FWBLDDEF_H
  13. #define FWBLDDEF_H
  14.  
  15. // ----- Platform definition
  16. #define     FW_BUILD_MAC
  17. #define     FW_BUILD_MACPPC
  18. #undef         FW_BUILD_MAC68K
  19.  
  20. #undef         FW_BUILD_WIN
  21. #undef         FW_BUILD_WIN16
  22. #undef         FW_BUILD_WIN32
  23. #undef         FW_BUILD_WIN32S
  24.  
  25. // ----- Debug definition
  26. #define     FW_DEBUG
  27.  
  28. #endif
  29.  
  30.