From: Stefan Csomor Date: Sun, 10 Dec 2000 16:03:42 +0000 (+0000) Subject: cw6 makefiles (makemac6.mcp) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8d823dabdc5235fe022e4b6d1260c296815c4b37 cw6 makefiles (makemac6.mcp) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/mac/install.txt b/docs/mac/install.txt index 5543413b4f..e62d760f59 100644 --- a/docs/mac/install.txt +++ b/docs/mac/install.txt @@ -1,6 +1,8 @@ Installing latest headers (and Carbon Support) ---------------------------------------------- +NOTE : these steps are not necessary for Pro 6, only for Pro 5.3 + 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) @@ -21,6 +23,11 @@ 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) +Project Files +------------- + +there are always the makemac.mcp files for Pro 5.3 and the makemac6.mcp files for Pro 6 + Problems with .xpm files ------------------------ diff --git a/samples/minimal/makemac6.mcp b/samples/minimal/makemac6.mcp new file mode 100644 index 0000000000..e1defe9a83 Binary files /dev/null and b/samples/minimal/makemac6.mcp differ diff --git a/src/jpeg/makemac6.mcp b/src/jpeg/makemac6.mcp new file mode 100644 index 0000000000..81e4736f29 Binary files /dev/null and b/src/jpeg/makemac6.mcp differ diff --git a/src/mac/cdef/extcdef6.mcp b/src/mac/cdef/extcdef6.mcp new file mode 100644 index 0000000000..1ec60bcede Binary files /dev/null and b/src/mac/cdef/extcdef6.mcp differ diff --git a/src/mac/ldef/extldef6.mcp b/src/mac/ldef/extldef6.mcp new file mode 100644 index 0000000000..c630c173cf Binary files /dev/null and b/src/mac/ldef/extldef6.mcp differ diff --git a/src/makemac6.mcp b/src/makemac6.mcp new file mode 100644 index 0000000000..10a36789ef Binary files /dev/null and b/src/makemac6.mcp differ diff --git a/src/png/makemac6.mcp b/src/png/makemac6.mcp new file mode 100644 index 0000000000..f44b3632cd Binary files /dev/null and b/src/png/makemac6.mcp differ diff --git a/src/tiff/makemac6.mcp b/src/tiff/makemac6.mcp new file mode 100644 index 0000000000..8ece83ee2d Binary files /dev/null and b/src/tiff/makemac6.mcp differ diff --git a/src/zlib/makemac6.mcp b/src/zlib/makemac6.mcp new file mode 100644 index 0000000000..8a082e6c67 Binary files /dev/null and b/src/zlib/makemac6.mcp differ