diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-31 11:24:44 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-31 23:45:25 +0900 |
commit | 68129f0f2daa7db91578b010a9f0ea6830766168 (patch) | |
tree | 2186b6f379b015bca3df03ce70fc2a11353ab746 /akregator/src/mk4storage/metakit/README | |
parent | 69430d0f797046626c52c1bebf61737da7c97e2f (diff) | |
download | tdepim-68129f0f2daa7db91578b010a9f0ea6830766168.tar.gz tdepim-68129f0f2daa7db91578b010a9f0ea6830766168.zip |
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit cf77371af416089034949edd8aed088432a9adfb)
Diffstat (limited to 'akregator/src/mk4storage/metakit/README')
-rw-r--r-- | akregator/src/mk4storage/metakit/README | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/akregator/src/mk4storage/metakit/README b/akregator/src/mk4storage/metakit/README index 9441806f7..5538acc03 100644 --- a/akregator/src/mk4storage/metakit/README +++ b/akregator/src/mk4storage/metakit/README @@ -55,9 +55,7 @@ INSTALLATION All platform builds and language bindings are designed to work from a single common "builds/" directory. Where possible, that is - it turns out to be -impossible to keep build side-effects limited to *just* this directory -(CodeWarrior can't be told where to place its temp data, and Visual C++ still -alters a few files next to the project ".dsw" file, to name two offenders). +impossible to keep build side-effects limited to *just* this directory. UNIX @@ -86,7 +84,7 @@ WINDOWS There is a "win/" directory which contains subdirectories for a number of compiler systems. Metakit has been built with many different compilers - in the past (Microsoft, Watcom, Symantec, Metrowerks, Optima), + in the past (Microsoft, Watcom, Symantec, Optima), only a few are maintained (there are 12 configurations for MSVC6 alone!). The MS Visual C++ 6.0 project is "win/msvc60/mksrc.dsw", with subprojects @@ -98,11 +96,6 @@ WINDOWS To build with STL containers and strings under MSVC, define "q4_STD". To build with MFC containers and strings under MSVC, define "q4_MFC". - The Metrowerks Codewarrior project is in the "mac/" directory, and can be - used to build both Mac and Windows versions (on either Mac *or* Windows). - The core libraries are built with "mac/cw5.mcp", demos / tests are built - with "cw5apps.mcp", Tcl is "cw5tcl.mcp", and Python is "cw5python.mcp". - The Cygwin build (B20.1 / gcc 2.95.2) is different, because it uses the unix autoconf system, and must be launched as described above for UNIX. I have upgraded to the latest development of libtool to be able to build @@ -113,14 +106,6 @@ WINDOWS efficiency on x86 hardware: "-O2 -m486 -malign-loops=2 -malign-jumps=2". I have not yet tried this myself, but am passing on the tip. -MACINTOSH CLASSIC - - The Mac version requires Metrowerks CodeWarrior 6. See the info above - in the Windows section (MWCW is multi-platform). The projects are all - located in the "mac/" folder, which is also where MWCW will place its own - "... Data" folders with intermediate results. As with all other setups, - final results are made to end up in the "builds/" directory. - LICENSE AND COPYRIGHT STATEMENT =============================== |