diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-07-08 08:49:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-07-08 08:49:22 +0000 |
commit | 5c3ca18ffcb59e74cab3006876d28061d8bc0c70 (patch) | |
tree | 8bf0df3de478eff73b0bd0395c8f4ee8ec582344 | |
parent | fd2cac17fc0e1c4c8d0a6db571b0f50ca0dc88f1 (diff) |
INTEGRATION: CWS sb32 (1.2.132); FILE MERGED
2005/04/29 08:12:35 sb 1.2.132.1: #i43666# Make sure C++ cout printing works on unxlngi.
-rw-r--r-- | sal/qa/rtl/textenc/makefile.mk | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/sal/qa/rtl/textenc/makefile.mk b/sal/qa/rtl/textenc/makefile.mk index 7df64271ae1d..5e435e8e6c0f 100644 --- a/sal/qa/rtl/textenc/makefile.mk +++ b/sal/qa/rtl/textenc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2004-05-03 09:16:26 $ +# last change: $Author: obo $ $Date: 2005-07-08 09:49:22 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,7 +82,11 @@ SHL1STDLIBS=\ SHL1IMPLIB= i$(SHL1TARGET) DEF1NAME =$(SHL1TARGET) +.IF "$(OS)$(CPU)$(COMNAME)" == "LINUXIgcc3" +SHL1VERSIONMAP = linuxigcc3_export.map +.ELSE SHL1VERSIONMAP = export.map +.ENDIF # END -------------------------------------------------------------- @@ -96,7 +100,11 @@ SHL2STDLIBS=\ SHL2IMPLIB= i$(SHL2TARGET) DEF2NAME =$(SHL2TARGET) +.IF "$(OS)$(CPU)$(COMNAME)" == "LINUXIgcc3" +SHL2VERSIONMAP = linuxigcc3_export.map +.ELSE SHL2VERSIONMAP = export.map +.ENDIF # END -------------------------------------------------------------- |