diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:54:35 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:54:35 +0000 |
commit | 57848461ad020cc84b4017a345f8349ffb94c91a (patch) | |
tree | 2843868f604fce336221b8713c37e7c6c7b5f948 /sal/cpprt | |
parent | 7949dcfc54ce2412d4fadb8d0ba01fdebc96a08f (diff) |
INTEGRATION: CWS lfs (1.4.184); FILE MERGED
2006/11/30 16:31:46 rene 1.4.184.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/cpprt')
-rw-r--r-- | sal/cpprt/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/cpprt/makefile.mk b/sal/cpprt/makefile.mk index a2f39b560c23..1860bfc0a121 100644 --- a/sal/cpprt/makefile.mk +++ b/sal/cpprt/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 14:25:01 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:54:35 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,9 @@ LIBTARGET=NO .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- SLOFILES = \ |