diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:56:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:56:17 +0000 |
commit | 1779754de411590baa0c8e33624f9b71a239842e (patch) | |
tree | faee35cb7c02ebd925d68c0b23e614aa3cf6a696 /sal/qa | |
parent | 77d94d7aed64ef99204fa2f48c9dde35582e64c7 (diff) |
INTEGRATION: CWS lfs (1.9.184); FILE MERGED
2006/11/30 16:31:48 rene 1.9.184.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/osl/file/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/qa/osl/file/makefile.mk b/sal/qa/osl/file/makefile.mk index 97dd84f99efd..e02a162b934d 100644 --- a/sal/qa/osl/file/makefile.mk +++ b/sal/qa/osl/file/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:22:07 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:56:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,8 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) # --- BEGIN -------------------------------------------------------- SHL1OBJS= \ |