From ae54aa40bc887fd659cad0b64dd42e146154d59f Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Sat, 31 Mar 2001 13:43:23 +0000 Subject: [PATCH] added instructions concerning ACCESSOR_CALLS_ARE_FUNCTIONS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/mac/install.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/mac/install.txt b/docs/mac/install.txt index e62d760f59..2f188666e3 100644 --- a/docs/mac/install.txt +++ b/docs/mac/install.txt @@ -11,11 +11,19 @@ to successfully compile the code (also necessary if you don't want to build the ftp://ftp.apple.com/developer/Development_Kits/UniversalInterfaces3.3.2.sit.hqx 3. put the Interfaces and Libraries Folder into the MacOS Support folder and replace older versions 4. remove from the MacOS Support folder the separate OpenTransport folder -5. open the file MacOS Support:MacHeaders:MacHeaders.c and add the line +5. open the file MacOS Support:MacHeaders:MacHeaders.pch and add the line + #define ACCESSOR_CALLS_ARE_FUNCTIONS 1 + after the + #pragma once on +6. open the file MacOS Support:MacHeaders:MacHeaders.pch++ and add the line + #define ACCESSOR_CALLS_ARE_FUNCTIONS 1 + after the + #pragma once on +7. open the file MacOS Support:MacHeaders:MacHeaders.c and add the line #include after the #include -6. rebuild all MacHeaders from the MacHeaders.mcp project in the same folder +8. rebuild all MacHeaders from the MacHeaders.mcp project in the same folder if you want to build the carbon targets, you will also need the latest carbonized version of MSL from Metrowerks, at the time of writing, this meant applying the changes from the folders -- 2.45.2