home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 685 b | 35 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWGXCfg.h
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWGXCFG_H
- #define FWGXCFG_H
-
- #ifdef FW_BUILD_MAC
- #define FW_SUPPORT_GX 1
- /*
- #ifndef GENERATING68K
- #error
- #endif
- #ifndef GENERATINGPOWERPC
- #error
- #endif
- #if GENERATING68K
- #undef FW_SUPPORT_GX
- #elif GENERATINGPOWERPC
- #define FW_SUPPORT_GX 1
- #endif
- */
- #endif
-
- #ifdef FW_BUILD_WIN
- // #define FW_SUPPORT_GX 1 Not yet!
- #endif
-
- #endif // FWGXCFG_H
-