Author: hindessm Date: Mon Nov 1 21:40:37 2010 New Revision: 1029853 URL: http://svn.apache.org/viewvc?rev=1029853&view=rev Log: Adding native code that for some reason has been missing since the code was contributed. Modified: harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/unix/makefile harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/windows/makefile Modified: harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/unix/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/unix/makefile?rev=1029853&r1=1029852&r2=1029853&view=diff ============================================================================== --- harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/unix/makefile (original) +++ harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/unix/makefile Mon Nov 1 21:40:37 2010 @@ -40,7 +40,7 @@ BUILDFILES += IBM00858.o IBM01140.o IBM0 x_IBM1123.o x_IBM1124.o x_IBM737.o x_IBM856.o x_IBM874.o x_IBM875.o \ x_IBM922.o x_MacCyrillic.o x_MacGreek.o x_MacTurkish.o Big5.o Big5_HKSCS.o \ EUC_KR.o GB2312.o GBK.o GB18030.o windows_31j.o x_MS950_HKSCS.o \ - x_windows_949.o + x_windows_949.o TIS_620.o JIS_X0201.o DLLNAME = $(DLLPATH)libhyniochar$(HY_SHLIB_SUFFIX) MDLLIBFILES += $(LIBPATH)libvmi$(HY_LINKLIB_SUFFIX) Modified: harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/windows/makefile URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/windows/makefile?rev=1029853&r1=1029852&r2=1029853&view=diff ============================================================================== --- harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/windows/makefile (original) +++ harmony/enhanced/java/trunk/classlib/modules/nio_char/src/main/native/niochar/windows/makefile Mon Nov 1 21:40:37 2010 @@ -116,7 +116,9 @@ BUILDFILES = \ $(HY_BIN)GB18030.obj \ $(HY_BIN)windows_31j.obj \ $(HY_BIN)x_MS950_HKSCS.obj \ - $(HY_BIN)x_windows_949.obj + $(HY_BIN)x_windows_949.obj \ + $(HY_BIN)TIS_620.obj \ + $(HY_BIN)JIS_X0201.obj VIRTFILES = hynio_char.res