diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:04:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:04:57 +0000 |
commit | bd009439e80d0668e5e9f246b684b00cd5a556c1 (patch) | |
tree | 79ad2ead4c28aef850e3b930337e24c592ca2d2c /sal/test | |
parent | a1c0524721fc61938c89d21e54d60ddc74f471c6 (diff) |
INTEGRATION: CWS lfs (1.2.142); FILE MERGED
2006/11/30 16:31:58 rene 1.2.142.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/test')
-rw-r--r-- | sal/test/unloading/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/test/unloading/makefile.mk b/sal/test/unloading/makefile.mk index b68599813..2a5e2ac01 100644 --- a/sal/test/unloading/makefile.mk +++ b/sal/test/unloading/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:45:56 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:04:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,6 +51,9 @@ USE_DEFFILE= TRUE .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb |