summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-16 15:05:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-16 15:05:26 +0000
commit5c08426d43f7774268679e8ded225bfc3f18dd98 (patch)
tree7a4d5c70390c5ff8ecd8d9269a08f34afd6c111b
parentbd009439e80d0668e5e9f246b684b00cd5a556c1 (diff)
INTEGRATION: CWS lfs (1.11.184); FILE MERGED
2006/11/30 16:31:59 rene 1.11.184.1: add LFS_CFLAGS only for sal
-rw-r--r--sal/textenc/makefile.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/textenc/makefile.mk b/sal/textenc/makefile.mk
index 2be8f637a..0abf1c730 100644
--- a/sal/textenc/makefile.mk
+++ b/sal/textenc/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 16:35:40 $
+# last change: $Author: vg $ $Date: 2007-01-16 16:05:26 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -39,6 +39,9 @@ TARGET = textenc
.INCLUDE: settings.mk
+CFLAGS+= $(LFS_CFLAGS)
+CXXFLAGS+= $(LFS_CFLAGS)
+
SLOFILES = \
$(SLO)$/context.obj \
$(SLO)$/convertbig5hkscs.obj \