--- /dev/null
+the latest build for carbon support lead to a few changes you will have to follow, in order
+to successfully compile the code (also necessary if you don't want to build the carbon targets)
+
+1. you need CodeWarrior Pro 5.3 , i.e. 5.0 with all the upgrades
+2. you have to download the 3.3.2 universal interfaces from
+ 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
+ #include <ControlDefinitions.h>
+ after the
+ #include <Controls.h>
+6. 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
+CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbonized MSL and
+CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbonized Runtimes
+(consult the file CodeWarrior Pro 5:Pre-Release:Carbon & MacOSX Development:Carbon & MacOSX README)
\ No newline at end of file
--- /dev/null
+Welcome to wxWindows/Mac 2
+
+More Information is available from our own page at
+
+http://www.advanced.ch/wxwin (mac port)
+
+or on the wxWindows project in general
+
+from http://www.wxwindows.org
+
+For more information, please see changes.txt, todo.txt, and the
+manuals.
+
+Please send problems concerning installation, feature requests,
+bug reports or comments to the wxWindows users list. Information
+on how to subscribe is available from the wxWindows.org homepage.
+
+Questions/Problems related directly to the mac port can be sent directly
+csomor@advancedconcepts.ch
+
+wxWindows/Mac doesn't come with any guarantee whatsoever. It
+might crash your harddisk or destroy your monitor. It doesn't
+claim to be suitable for any special or general purpose.
+
+Regards,
+
+Stefan Csomor
\ No newline at end of file
--- /dev/null
+in the carbon targets the following items are still missing
+
+- printing support
+- navigation services support
\ No newline at end of file