diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:03:17 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:03:17 +0000 |
commit | 17321a8ddc59274f360a7cfb580d6a3c534f2e3e (patch) | |
tree | fca432d79c0e24a216368ae8566d5bae9b432afd /sal/rtl/source/makefile.mk | |
parent | cf8747c68437c6b7fc9e9cb3f982c2e37b29f618 (diff) |
INTEGRATION: CWS lfs (1.25.32); FILE MERGED
2006/11/30 16:31:56 rene 1.25.32.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/rtl/source/makefile.mk')
-rw-r--r-- | sal/rtl/source/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/rtl/source/makefile.mk b/sal/rtl/source/makefile.mk index f2324225d280..45548447018c 100644 --- a/sal/rtl/source/makefile.mk +++ b/sal/rtl/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.27 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:45:36 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:03:17 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,6 +52,9 @@ PROJECTPCHSOURCE=cont_pch CDEFS+= -DFORCE_SYSALLOC .ENDIF +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- .IF "$(header)" == "" |