[Tcladdressbook-commits] Source TclAddressBook.pch,1.2,1.3
Status: Alpha
Brought to you by:
bdesgraupes
|
From: <bde...@us...> - 2003-12-11 08:56:01
|
Update of /cvsroot/tcladdressbook/Source In directory sc8-pr-cvs1:/tmp/cvs-serv16687/Source Modified Files: TclAddressBook.pch Log Message: Suppressed TCLADDRESSBOOK_USE_FRAMEWORK_INCLUDES Index: TclAddressBook.pch =================================================================== RCS file: /cvsroot/tcladdressbook/Source/TclAddressBook.pch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- TclAddressBook.pch 5 Dec 2003 20:23:05 -0000 1.2 +++ TclAddressBook.pch 11 Dec 2003 08:55:54 -0000 1.3 @@ -1,6 +1,6 @@ // File: "TclAddressBook_CarbonMachO.pch" // Created: 2003-09-22 10:47:15 -// Last modification: 2003-12-05 10:27:22 +// Last modification: 2003-12-11 09:52:10 // Author: Bernard Desgraupes // Description: Use this header to include the precompiled headers // on OSX for dylib target built with CW Pro 8 @@ -9,8 +9,6 @@ #define TARGET_API_MAC_CARBON 1 #define TARGET_API_MAC_OSX 1 -#define TCLADDRESSBOOK_USE_FRAMEWORK_INCLUDES - // Stubs mechanism enabled #define USE_TCL_STUBS @@ -48,18 +46,7 @@ #endif -#ifdef TCLADDRESSBOOK_MACHO -#define TCLADDRESSBOOK_PATH_SEP '/' -#else -#define TCLADDRESSBOOK_PATH_SEP ':' -#endif - - -#ifdef TCLADDRESSBOOK_USE_FRAMEWORK_INCLUDES -#include <Tcl/tcl.h> -#else -#include <tcl.h> -#endif +#include <Tcl/tcl.h> #ifndef CONST84 // Tcl 8.4 backwards compatibility |