mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-21 01:48:14 +02:00
Reported by Kiyoshi Kanazawa: https://lists.gnu.org/archive/html/freetype-devel/2018-05/msg00008.html Thanks to the suggestions by Alexei and Alan Coopersmith. * builds/unix/configure.raw: Check if "-xldscope=hidden" is accepted, and if so, it is added to CFLAGS. This is the option making Sun / Oracle C compilers hide the symbols from global scope. * include/freetype/config/ftconfig.h: Use "__global" prefix for FT_EXPORT() macro, if SunPro C is newer than Sun ONE Studio 8 (2003). * builds/unix/ftconfig.in: Ditto. * builds/vms/ftconfig.h: Ditto. |
||
|---|---|---|
| .. | ||
| amiga | ||
| ansi | ||
| atari | ||
| beos | ||
| cmake | ||
| compiler | ||
| dos | ||
| mac | ||
| os2 | ||
| symbian | ||
| unix | ||
| vms | ||
| wince | ||
| windows | ||
| detect.mk | ||
| exports.mk | ||
| freetype.mk | ||
| link_dos.mk | ||
| link_std.mk | ||
| modules.mk | ||
| toplevel.mk | ||