diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-27 12:49:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-10-31 17:18:57 +0900 |
commit | 1a970c2afc4e53022428cf2aa83c333fa31f2bbd (patch) | |
tree | f866542d0c62a2766021e753ce9a5e0a1ec01020 /akregator/src/mk4storage/metakit/README | |
parent | 3f74eb8afdac3c84b4179f25ca275f9b3b50ba5c (diff) | |
download | tdepim-1a970c2afc4e53022428cf2aa83c333fa31f2bbd.tar.gz tdepim-1a970c2afc4e53022428cf2aa83c333fa31f2bbd.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6b1f9116760b2a693428cc93a0304dd3d7d2856a)
Diffstat (limited to 'akregator/src/mk4storage/metakit/README')
-rw-r--r-- | akregator/src/mk4storage/metakit/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/akregator/src/mk4storage/metakit/README b/akregator/src/mk4storage/metakit/README index 21edd0fc2..9441806f7 100644 --- a/akregator/src/mk4storage/metakit/README +++ b/akregator/src/mk4storage/metakit/README @@ -86,7 +86,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, Borland, Watcom, Symantec, Metrowerks, Optima), + in the past (Microsoft, Watcom, Symantec, Metrowerks, 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 @@ -103,9 +103,6 @@ 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 Borland C++ Builder projects have not yet been incorporated in this - release, but the "KitViewer" application is an example of how to use BCB. - 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 |