From ead67afc96cdff3e74bb616e8e3a8b0a7695a28a Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 11 Oct 2011 16:45:31 -0700 Subject: Making the project compile with mingw32, on the same Makefile. No more separate Makefiles insanity. --- win32/iconv/aliases_extra.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 win32/iconv/aliases_extra.h (limited to 'win32/iconv/aliases_extra.h') diff --git a/win32/iconv/aliases_extra.h b/win32/iconv/aliases_extra.h new file mode 100644 index 0000000..70fdaca --- /dev/null +++ b/win32/iconv/aliases_extra.h @@ -0,0 +1,6 @@ + S(extra_0, "EUC-JISX0213", ei_euc_jisx0213 ) + S(extra_1, "SHIFT_JISX0213", ei_shift_jisx0213 ) + S(extra_2, "ISO-2022-JP-3", ei_iso2022_jp3 ) + S(extra_3, "TDS565", ei_tds565 ) + S(extra_4, "ISO-IR-230", ei_tds565 ) + S(extra_5, "RISCOS-LATIN1", ei_riscos1 ) -- cgit v1.2.3