diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:03:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:03:03 +0000 |
commit | cf8747c68437c6b7fc9e9cb3f982c2e37b29f618 (patch) | |
tree | 0ffa4bc227d72dfef31fd4b0d992df08d16e2d49 /sal/qa/systools | |
parent | 6cdbfee81d1b2ad073ad0d028458d04e30e5b378 (diff) |
INTEGRATION: CWS lfs (1.3.184); FILE MERGED
2006/11/30 16:31:56 rene 1.3.184.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/qa/systools')
-rw-r--r-- | sal/qa/systools/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/qa/systools/makefile.mk b/sal/qa/systools/makefile.mk index 26249e442029..168945408827 100644 --- a/sal/qa/systools/makefile.mk +++ b/sal/qa/systools/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:59:08 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:02:50 $ # # 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 @@ ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + CFLAGS+=/Ob0 # BEGIN ---------------------------------------------------------------- |