X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a37c8e1ccec3ac5b6a336315a12420fe4073d6ff..ac1665bdb971dda637abfcbd7aeb6d55a6cb999f:/BuildSVN.txt diff --git a/BuildSVN.txt b/BuildSVN.txt index d7dd70d197..639487e558 100644 --- a/BuildSVN.txt +++ b/BuildSVN.txt @@ -123,23 +123,6 @@ Unix->Windows cross-compiling using configure). Of course, you can also build the library using plain makefiles (see section I). -IV) Classic MacOS using CodeWarrior (eg MacOS 8.x/9.x) ----------------------------------------- - -Refer to the readme.txt and install.txt files in docs/mac to build -wxWidgets under Classic Mac OS using CodeWarrior. - -If you are checking out the SVN sources using svn under Mac OS X and -compiling under Classic Mac OS: - -- make sure that all text files have a Mac OS type of 'TEXT' otherwise - CodeWarrior may ignore them. Checking out the SVN sources using svn - under Mac OS X creates untyped files which can lead to compilation - errors under CodeWarrior which are hard to track down. - -- convert the xml files to CodeWarrior binary projects using the supplied - AppleScript in docs/mac (M5xml2mcp.applescript for CodeWarrior 5.3) - V) MacOS X using configure and the Developer Tools ----------------------------------------