home *** CD-ROM | disk | FTP | other *** search
- /*==================================================================
- File: FinalPrefix.pch++
-
- Contains: Source for precompiled header for PowerPlant headers
-
- Written by: Eric Traut
-
- Copyright: 2000-2001 Connectix Corporation
-
- This source has been placed into the public domain by
- Connectix Corporation. You have the right to modify,
- distribute or use this code without any legal limitations
- or finanicial/licensing requirements. Connectix is not
- liable for any problems that result from the use of this
- code.
-
- If you have comments, feedback, questions, or would like
- to submit bug fixes or updates to this code, please email
- opensource@connectix.com.
- ==================================================================*/
-
- // This file #includes most header files for the PowerPlant library,
- // as well as most of the Toolbox headers used by the PowerPlant library
- // with all debugging symbols defined.
-
- // This same file works for PowerPC and 68K. We check the target
- // at compile time and specify the appropriate output file name.
-
- #if __POWERPC__
- #pragma precompile_target "FinalPrefixHeadersPPC++"
- #else
- #pragma precompile_target "FinalPrefixHeaders68K++"
- #endif
-
- #pragma once on
-
- // Bring in common settings
- #include "PrefixCommon.h"
-
- // Bring in PP headers.
- #include <PP_ClassHeaders.cp>
-
-
-