diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:59:14 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 14:59:14 +0000 |
commit | f7aba533f4d565b28a7907d283cef87dc3771ad3 (patch) | |
tree | 203b6e609172f9cd84b5bd5a43f3a5661edbe86f /sal/qa/rtl/crc32/makefile.mk | |
parent | 75d75ad54b1dd5e79e34316e60264ab6c2d87048 (diff) |
INTEGRATION: CWS lfs (1.6.184); FILE MERGED
2006/11/30 16:31:51 rene 1.6.184.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/qa/rtl/crc32/makefile.mk')
-rwxr-xr-x | sal/qa/rtl/crc32/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/qa/rtl/crc32/makefile.mk b/sal/qa/rtl/crc32/makefile.mk index 9f23178f8612..42a0901c22e5 100755 --- a/sal/qa/rtl/crc32/makefile.mk +++ b/sal/qa/rtl/crc32/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 15:43:33 $ +# last change: $Author: vg $ $Date: 2007-01-16 15:59:14 $ # # 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) + # BEGIN ---------------------------------------------------------------- # auto generated Target:jobfile by codegen.pl SHL1OBJS= \ |