1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 18:39:41 +00:00

Localization on Standard C platforms

This commit is contained in:
llsth
2015-04-13 23:48:08 +02:00
parent f9a09c4bad
commit 7bb7b4e955
12 changed files with 726 additions and 573 deletions

8
configure vendored
View File

@ -317,12 +317,18 @@ if $VALID ; then
echo "libs: libamath libcomplex libcamath libamathapp"
echo
echo "catalogs: "
echo "catalogsa: "
echo " \${FLXCAT} text/keyword.cd app/localize/kword.h=text/keyword.sd"
echo " \${FLXCAT} text/help.cd app/localize/help.h=text/help.sd"
echo " \${FLXCAT} text/ident-clean.cd app/localize/ident.h=text/ident.sd"
echo " \${FLXCAT} text/text.cd app/localize/text.h=text/text.sd"
echo
echo "catalogsu: "
echo " iconv -f ISO-8859-15 -t UTF-8 catalog/dansk/amath-help.ct >utext/dk-help.dict"
echo " iconv -f ISO-8859-15 -t UTF-8 catalog/dansk/amath-ident.ct >utext/dk-ident.dict"
echo " iconv -f ISO-8859-15 -t UTF-8 catalog/dansk/amath-text.ct >utext/dk-text.dict"
echo " iconv -f ISO-8859-15 -t UTF-8 catalog/dansk/amath-keyword.ct >utext/dk-keyword.dict"
echo
echo "libamathapp: ${libapp}"
echo " \${AR} rcs libamathapp${outext}.a ${libapp}"
echo " \${RANLIB} libamathapp${outext}.a"