diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-15 04:10:16 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-01-15 04:10:16 +0000 |
| commit | 125f24d094c7aec126225858eb11799c7c4785fa (patch) | |
| tree | c8b37c4eff2aee9bb91ed7fa70d9a280f18b2c54 /win32 | |
| parent | c955acc19cbc8b58f6aa0236cb677831199a3767 (diff) | |
| download | ruby-125f24d094c7aec126225858eb11799c7c4785fa.tar.gz ruby-125f24d094c7aec126225858eb11799c7c4785fa.tar.xz ruby-125f24d094c7aec126225858eb11799c7c4785fa.zip | |
* configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw
and mswin.
* encoding.c (rb_locale_charmap): use environments on mingw and mswin.
* missing/langinfo.c (nl_langinfo_codeset): MS-Windows Japanese
environment uses Windows-31J derived from Shift_JIS, not EUC-JP.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 574681bcd..99da2f364 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -177,7 +177,7 @@ EXTLIBS = LIBS = oldnames.lib user32.lib advapi32.lib shell32.lib ws2_32.lib $(EXTLIBS) !endif !if !defined(MISSING) -MISSING = acosh.obj cbrt.obj crypt.obj erf.obj lgamma_r.obj strlcat.obj strlcpy.obj tgamma.obj win32.obj +MISSING = acosh.obj cbrt.obj crypt.obj erf.obj lgamma_r.obj strlcat.obj strlcpy.obj tgamma.obj win32.obj langinfo.obj !endif ARFLAGS = -machine:$(MACHINE) -out: |
