diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:04:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:04:57 +0000 |
commit | 5982fb80fb10b000cd9d425526154ed077f26d2f (patch) | |
tree | 231126773715613dc3ecc7dea16c1c1ac8c39a4a /sal/test/unloading/makefile.mk | |
parent | 066431bc92fdc3c592e1a302134d5f98344ddf77 (diff) |
INTEGRATION: CWS lfs (1.2.142); FILE MERGED
2006/11/30 16:31:58 rene 1.2.142.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/test/unloading/makefile.mk')
-rw-r--r-- | sal/test/unloading/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/test/unloading/makefile.mk b/sal/test/unloading/makefile.mk index b6859981357d..2a5e2ac01c94 100644 --- a/sal/test/unloading/makefile.mk +++ b/sal/test/unloading/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: kz $ $Date: 2006-10-05 10:45:56 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:04:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -51,6 +51,9 @@ USE_DEFFILE= TRUE .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb |