diff --git a/docs/mac/install.txt b/docs/mac/install.txt index 42b334da27..3fd1bf7a3c 100644 --- a/docs/mac/install.txt +++ b/docs/mac/install.txt @@ -49,11 +49,11 @@ arguments of configure when configuring wxMac. Project Files ------------- -There are always the makemac.mcp files for Pro 5.3 and the makemac6.mcp files for Pro 6 +There are always the makemac.mcp or *M5.mcp files for Pro 5.3 and the makemac6.mcp files for Pro 6 -In order to build the library (and then the samples) you need to make the following -projects (for 5.3) -:src:makemac.mcp +In order to build the library (and then the samples) you need to make the +following projects (for 5.3) +:src:wxWindowsM5.mcp :src:png:makemac.mcp :src:tif:makemac.mcp :src:jpeg:makemac.mcp diff --git a/src/.cvsignore b/src/.cvsignore index d37038128e..82c7228bad 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -8,4 +8,4 @@ Makefile.in make.env makeprog.env makelib.env -makemac?Data +wxWindowsM*Data diff --git a/src/makemac.mcp b/src/wxWindowsM5.mcp similarity index 86% rename from src/makemac.mcp rename to src/wxWindowsM5.mcp index ccbbd1d549..a13356b63f 100644 Binary files a/src/makemac.mcp and b/src/wxWindowsM5.mcp differ