diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:54:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:54:48 +0000 |
commit | bdd14c9046df8b33c3d42f83b511df5709d62134 (patch) | |
tree | 0c8a7acec12303110da04cc99a438d0706709957 /sal/osl/all | |
parent | 57848461ad020cc84b4017a345f8349ffb94c91a (diff) |
INTEGRATION: CWS lfs (1.13.58); FILE MERGED
2006/11/30 16:31:46 rene 1.13.58.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/osl/all')
-rw-r--r-- | sal/osl/all/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/osl/all/makefile.mk b/sal/osl/all/makefile.mk index e1e67c63618f..b2cf7fcba95a 100644 --- a/sal/osl/all/makefile.mk +++ b/sal/osl/all/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2006-07-26 07:42:59 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:54:48 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -50,6 +50,9 @@ MULTITHREAD_OBJ=TRUE .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- SLOFILES= \ |