Overview
Comment: | Fix disabling encodings |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ec50bf2a936b814779c1bb0c049b87de |
User & Date: | js on 2020-12-12 22:17:20 |
Other Links: | manifest | tags |
Context
2020-12-12
| ||
22:31 | Remove OF_*_ASM defines check-in: c859e2230c user: js tags: trunk | |
22:17 | Fix disabling encodings check-in: ec50bf2a93 user: js tags: trunk | |
21:49 | forwarding-powerpc-elf.S: Minor style improvement check-in: ebdcfdc4cc user: js tags: trunk | |
Changes
Modified configure.ac from [09d1e00fe7] to [1ac763f707].
︙ | |||
918 919 920 921 922 923 924 | 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 | - - - + + - - - - - + + + + + - - + + - - - + + + + - - - - - - - - + + + + + + + - | ENCODINGS_SRCS="" AC_DEFUN([ENCODING_FLAG], [ AC_ARG_ENABLE($1, AS_HELP_STRING([--disable-$1], [Disables support for $3])) AS_IF([test x"$enable_$2" != x"no"], [ |
︙ |
Modified extra.mk.in from [0e1d9eeba5] to [104b6a10da].
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - | OBJFWBRIDGE_SHARED_LIB = @OBJFWBRIDGE_SHARED_LIB@ OBJFWBRIDGE_STATIC_LIB = @OBJFWBRIDGE_STATIC_LIB@ OBJFWBRIDGE_FRAMEWORK = @OBJFWBRIDGE_FRAMEWORK@ BIN_PREFIX = @BIN_PREFIX@ BRIDGE = @BRIDGE@ CVINCLUDE_INLINE_H = @CVINCLUDE_INLINE_H@ |
︙ |
Modified src/Makefile from [46749e57ed] to [cec3ab337b].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | include ../extra.mk |
︙ |
Name change from src/encodings/codepage_437.m to src/encodings/codepage-437.m.
︙ |
Name change from src/encodings/codepage_850.m to src/encodings/codepage-850.m.
︙ |
Name change from src/encodings/codepage_858.m to src/encodings/codepage-858.m.
︙ |
Name change from src/encodings/iso_8859-15.m to src/encodings/iso-8859-15.m.
︙ |
Name change from src/encodings/iso_8859-2.m to src/encodings/iso-8859-2.m.
︙ |
Name change from src/encodings/iso_8859-3.m to src/encodings/iso-8859-3.m.
︙ |
Name change from src/encodings/mac_roman.m to src/encodings/mac-roman.m.
︙ |