Index: hspellimp.cxx =================================================================== RCS file: /home-bazelet/sun/OOo/cvsroot/oo_1.1_changes/lingucomponent/source/spellcheck/hspell/hspellimp.cxx,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- hspellimp.cxx 2004/02/05 15:05:22 1.10 +++ hspellimp.cxx 2004/05/12 05:58:51 1.11 @@ -2,9 +2,9 @@ * * $RCSfile: hspellimp.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: OOo $ $Date: 2004/02/05 15:05:22 $ + * last change: $Author: OOo $ $Date: 2004/05/12 05:58:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -239,7 +239,7 @@ bDisposing = false; // Check for bigendian representation of two-byte chars -#if defined(SOLARIS) || defined(MACOSX) +#ifdef OSL_BIGENDIAN low_byte_position = 1;; #else low_byte_position = 0; Index: makefile.mk =================================================================== RCS file: /home-bazelet/sun/OOo/cvsroot/oo_1.1_changes/lingucomponent/source/spellcheck/hspell/makefile.mk,v retrieving revision 1.3 retrieving revision 1.5 diff -u -r1.3 -r1.5 --- makefile.mk 2004/05/12 05:56:19 1.3 +++ makefile.mk 2004/05/23 10:02:23 1.5 @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.5 $ # -# last change: $Author: OOo $ $Date: 2004/05/12 05:56:19 $ +# last change: $Author: alan $ $Date: 2004/05/23 10:02:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,18 +67,6 @@ ENABLE_EXCEPTIONS=TRUE USE_DEFFILE=TRUE -.IF "$(ULINGULIB)"=="" -.IF "$(GUI)"=="UNX" -ULINGULIB=-lulingu$(UPD)$(DLLPOSTFIX) -.ENDIF # unx -.IF "$(GUI)"=="WNT" -ULINGULIB=$(LIBPRE) ulingu.lib -.ENDIF # wnt -.ENDIF - - - - #----- Settings --------------------------------------------------------- .INCLUDE : settings.mk @@ -153,8 +141,8 @@ $(SALLIB) \ $(UCBHELPERLIB) \ $(UNOTOOLSLIB) \ - $(LNGLIB) \ - $(ULINGULIB) + $(LNGLIB) + # build DLL SHL1LIBS= $(SLB)$/$(TARGET).lib