diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:06:04 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:06:04 +0000 |
commit | ed3842329731d45efe25cd8c6623bf55ac9a7830 (patch) | |
tree | 0f723d5acf2a4b949165b9e5dfe0cf80ed499262 /sal | |
parent | 025c9927c209b2e949835315b32693bb5fbabf5f (diff) |
INTEGRATION: CWS lfs (1.13.184); FILE MERGED
2006/11/30 16:31:59 rene 1.13.184.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal')
-rw-r--r-- | sal/workben/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/workben/makefile.mk b/sal/workben/makefile.mk index 23726e344dd5..72dd69bcf517 100644 --- a/sal/workben/makefile.mk +++ b/sal/workben/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: rt $ $Date: 2005-09-08 16:50:39 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:06:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -67,6 +67,9 @@ TESTAPP=test_osl_getVolInfo .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Files -------------------------------------------------------- .IF "$(TESTAPP)" == "test_osl_getVolInfo" |