diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-04-27 10:10:34 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-04-27 10:10:34 +0000 |
commit | 2c57ef2cfc55a271d3adb02d8e8322b3544bd404 (patch) | |
tree | be32c1e127c71d71d266a51e35eab9c2f06ec340 | |
parent | 2131636f327c4685f12cbd612060c92b6aadfebe (diff) |
#100000# use CFLAGSCXX, unxsoli4
-rw-r--r-- | configmgr/source/xml/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configmgr/source/xml/makefile.mk b/configmgr/source/xml/makefile.mk index 5b6ae0badc83..4c3567e5f4da 100644 --- a/configmgr/source/xml/makefile.mk +++ b/configmgr/source/xml/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.21 $ +# $Revision: 1.22 $ # -# last change: $Author: vg $ $Date: 2003-07-02 14:22:52 $ +# last change: $Author: obo $ $Date: 2004-04-27 11:10:34 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,7 +73,8 @@ ENABLE_EXCEPTIONS=TRUE .IF "$(OS)"=="SOLARIS" .IF "$(CPU)"=="I" -CXXFLAGS+=-instances=static +#CXXFLAGS+=-instances=static +CFLAGSCXX+=-instances=static .ENDIF .ENDIF |