diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:05:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:05:40 +0000 |
commit | a2af1e0a0a3a128cc33fbe7382face6354e66d8f (patch) | |
tree | 71c188e922ac2a0d9a0e611c402fe5436bdfb868 /sal | |
parent | 01ad870bc4cc6611af94fc5fdf0d96b48ad6479b (diff) |
INTEGRATION: CWS lfs (1.3.184); FILE MERGED
2006/11/30 16:31:59 rene 1.3.184.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal')
-rw-r--r-- | sal/typesconfig/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/typesconfig/makefile.mk b/sal/typesconfig/makefile.mk index 6821d4b8eb6b..1ff5f109f3c8 100644 --- a/sal/typesconfig/makefile.mk +++ b/sal/typesconfig/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 16:49:34 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:05:40 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -45,6 +45,9 @@ LIBSALCPPRT=$(0) .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- APP1TARGET= $(TARGET) |