diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-30 23:44:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-12-31 23:44:46 +0900 |
| commit | e111bb7024b4a01f59716b814718973ad2f48240 (patch) | |
| tree | e5e0df3b161bc9589cd17430fd02c50e8bc926e2 /nsplugins/sdk/jri_md.h | |
| parent | b07fe8225ba4f152a99a9eeb4ce8c37f1ca6bbb6 (diff) | |
| download | tdebase-e111bb70.tar.gz tdebase-e111bb70.zip | |
Remove support for Metrowerks compiler
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5d20fa9fb5eccace81404b32f414821b9f3e1020)
Diffstat (limited to 'nsplugins/sdk/jri_md.h')
| -rw-r--r-- | nsplugins/sdk/jri_md.h | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/nsplugins/sdk/jri_md.h b/nsplugins/sdk/jri_md.h index b05d128a2..b7d30ef7f 100644 --- a/nsplugins/sdk/jri_md.h +++ b/nsplugins/sdk/jri_md.h @@ -54,7 +54,7 @@ extern "C" { * This is where we define the mystical JRI_PUBLIC_API macro that works on all * platforms. If you're running with Visual C++ or Symantec C * development environment on the PC, you're all set. Or if you're on the Mac - * with Metrowerks, Symantec or MPW with SC you're ok too. For UNIX it shouldn't + * with Symantec or MPW with SC you're ok too. For UNIX it shouldn't * matter. * * On UNIX though you probably care about a couple of other symbols though: @@ -114,21 +114,7 @@ extern "C" { /* Mac */ #elif defined (macintosh) || defined(Macintosh) || defined(THINK_C) -# if defined(__MWERKS__) /* Metrowerks */ -# if !__option(enumsalwaysint) -# error You need to define 'Enums Always Int' for your project. -# endif -# if defined(TARGET_CPU_68K) && !TARGET_RT_MAC_CFM -# if !__option(fourbyteints) -# error You need to define 'Struct Alignment: 68k' for your project. -# endif -# endif /* !GENERATINGCFM */ -# define JRI_PUBLIC_API(ResultType) __declspec(export) ResultType -# define JRI_PUBLIC_VAR(VarType) JRI_PUBLIC_API(VarType) -# define JRI_PUBLIC_VAR_EXP(VarType) JRI_PUBLIC_API(VarType) -# define JRI_PUBLIC_VAR_IMP(VarType) JRI_PUBLIC_API(VarType) -# define JRI_NATIVE_STUB(ResultType) JRI_PUBLIC_API(ResultType) -# elif defined(__SC__) /* Symantec */ +# if defined(__SC__) /* Symantec */ # error What are the Symantec defines? (warren@netscape.com) # elif macintosh && applec /* MPW */ # error Please upgrade to the latest MPW compiler (SC). |
