diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:56:44 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:56:44 +0000 |
commit | 32cbf19c1fa48fa9f2d46ed6ac137c4e5adb6d12 (patch) | |
tree | 66ac4c96c1b13171a7293181e37c86866c3dfa1c /sal/qa/osl | |
parent | 1779754de411590baa0c8e33624f9b71a239842e (diff) |
INTEGRATION: CWS lfs (1.6.184); FILE MERGED
2006/11/30 16:31:48 rene 1.6.184.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/qa/osl')
-rw-r--r-- | sal/qa/osl/module/makefile.mk | 7 | ||||
-rwxr-xr-x | sal/qa/osl/mutex/makefile.mk | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/sal/qa/osl/module/makefile.mk b/sal/qa/osl/module/makefile.mk index e043132feb90..bfa0ca3c6f8c 100644 --- a/sal/qa/osl/module/makefile.mk +++ b/sal/qa/osl/module/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:29:56 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:56:31 $ # # 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 ---------------------------------------------------------------- # --- test dll ------------------------------------------------------ diff --git a/sal/qa/osl/mutex/makefile.mk b/sal/qa/osl/mutex/makefile.mk index 742e91d88304..d83c86c99b58 100755 --- a/sal/qa/osl/mutex/makefile.mk +++ b/sal/qa/osl/mutex/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:31:23 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:56:44 $ # # 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:Socket by codegen.pl SHL1OBJS= \ |