diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 13:43:21 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-02-24 13:43:21 +0000 |
commit | e254defcc0ffe5f6be2c5f08a7d9ee4c511d1604 (patch) | |
tree | c9882f5507a4f0d7a3ae7c7ce173406f2e65f325 /solenv/inc/unxlngi4.mk | |
parent | 615eb1f3d5647139f1f67e0fa6d0718518f52cf8 (diff) |
INTEGRATION: CWS cmcfixes2 (1.31.144); FILE MERGED
2005/02/15 11:20:22 cmc 1.31.144.1: #i42421# move system stl stuff
Diffstat (limited to 'solenv/inc/unxlngi4.mk')
-rw-r--r-- | solenv/inc/unxlngi4.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/solenv/inc/unxlngi4.mk b/solenv/inc/unxlngi4.mk index 2750cabdd051..c508a7c6659a 100644 --- a/solenv/inc/unxlngi4.mk +++ b/solenv/inc/unxlngi4.mk @@ -2,9 +2,9 @@ # # $RCSfile: unxlngi4.mk,v $ # -# $Revision: 1.32 $ +# $Revision: 1.33 $ # -# last change: $Author: hr $ $Date: 2005-02-11 15:28:42 $ +# last change: $Author: vg $ $Date: 2005-02-24 14:43:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -59,7 +59,6 @@ # # #************************************************************************* - # mk file for unxlngi4 ASM= AFLAGS= @@ -210,13 +209,8 @@ STDSHLCUIST=-ldl -lm LIBSALCPPRT*=-Wl,--whole-archive -lsalcpprt -Wl,--no-whole-archive -.IF "$(USE_SYSTEM_STL)"=="YES" -LIBSTLPORT=$(DYNAMIC) -lstdc++ -LIBSTLPORTST=$(STATIC) $(DYNAMIC) -.ELSE LIBSTLPORT=$(DYNAMIC) -lstlport_gcc -lstdc++ LIBSTLPORTST=$(STATIC) -lstlport_gcc $(DYNAMIC) -.ENDIF #FILLUPARC=$(STATIC) -lsupc++ $(DYNAMIC) |