home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Semaphore / Source / Prefix / DebugPrefix.h next >
Encoding:
Text File  |  2000-06-23  |  392 b   |  12 lines

  1. // ===========================================================================
  2. //    DebugPrefix.h        ©1999 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Bring in the project's precompiled header for the given target
  6.     
  7. #if __POWERPC__
  8.     #include "DebugPrefixHeadersPPC++"        
  9. #else
  10.     #include "DebugPrefixHeaders68K++"
  11. #endif
  12.