[#ifdef MOZ_MATHML - NOT PART OF THE DEFAULT BUILD]. Add hook for the Linux's build of the ucvmath module --for Mathematical charsets (symbols for MathML/scientific documents) r:cata@nestcape.com. Paul Gartside <Paul.Gartside@netscape.net> reported that ucmath compiled fine on Linux.

This commit is contained in:
rbs%maths.uq.edu.au 2000-03-27 00:16:50 +00:00
Родитель 489983c1d4
Коммит d5d9af46a0
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -40,6 +40,10 @@ include $(DEPTH)/config/autoconf.mk
DIRS = idl public src ucvja ucvcn ucvlatin ucvtw ucvtw2 ucvko ucvibm
ifdef MOZ_MATHML
DIRS += ucvmath
endif
#ifdef ENABLE_TESTS
#DIRS += tests
#endif