diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:56:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:56:03 +0000 |
commit | 77d94d7aed64ef99204fa2f48c9dde35582e64c7 (patch) | |
tree | de26664f87a746ffb884e4ad1277e5725232b2f3 /sal/qa/osl | |
parent | 0731d53fcb61610595041289e34ad2192dfbdf52 (diff) |
INTEGRATION: CWS lfs (1.6.184); FILE MERGED
2006/11/30 16:31:47 rene 1.6.184.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/qa/osl')
-rw-r--r-- | sal/qa/osl/condition/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/qa/osl/condition/makefile.mk b/sal/qa/osl/condition/makefile.mk index c5c6dc0a7981..0a3e99ea4b3d 100644 --- a/sal/qa/osl/condition/makefile.mk +++ b/sal/qa/osl/condition/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:20:56 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:56:03 $ # # 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 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # BEGIN ---------------------------------------------------------------- # auto generated Target:Condition by codegen.pl SHL1OBJS= \ |