[Tclresource-commits] Source tclResource.pch,NONE,1.1 tclResourcePrefix.h,NONE,1.1 tclResource_heade
Status: Beta
Brought to you by:
bdesgraupes
From: Bernard D. <bde...@us...> - 2006-01-05 09:07:47
|
Update of /cvsroot/tclresource/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28271 Added Files: tclResource.pch tclResourcePrefix.h tclResource_headers.h Log Message: Reorg for TEA --- NEW FILE: tclResource_headers.h --- // File: "TclResource_headers.h" // Created: 2003-09-22 10:47:15 // Last modification: 2004-09-01 22:04:56 // Author: Bernard Desgraupes // Description: Use this header to include the precompiled headers // on OSX for dylib target built with CW Pro 8 #pragma check_header_flags on #if __POWERPC__ #include "MW_TclResourceHeaderCarbonX" #endif #ifdef MAC_TCL #undef MAC_TCL #endif --- NEW FILE: tclResourcePrefix.h --- // File: "tclResourcePrefix.h" // Created: 2003-09-22 10:47:15 // Last modification: 2005-12-27 17:28:48 // Author: Bernard Desgraupes // Description: Use this header on OSX for dylib target built with CodeWarrior #define TARGET_API_MAC_CARBON 1 #define TARGET_API_MAC_OSX 1 // Stubs mechanism enabled #define USE_TCL_STUBS #ifndef __MWERKS__ #error "This prefix file is for the CodeWarrior target only." #else #include "tclResource_headers.h" #endif // __MWERKS__ --- NEW FILE: tclResource.pch --- // File: "TclResource.pch" // Created: 2003-09-22 10:47:15 // Last modification: 2005-12-27 16:51:25 // Author: Bernard Desgraupes // Description: Use this header to build the precompiled header #ifndef __APPLE_CC__ #pragma precompile_target "MW_TclResourceHeaderCarbonX" #endif #include "tclResource_version.h" #include "tclResource.h" |