diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:04:22 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2007-01-16 15:04:22 +0000 |
commit | c539ad2044b78335b06439d85438eaff8b58c6f4 (patch) | |
tree | 03b1de62a622bab0a8f76220fbd5445e8d21af7e /sal/systools/win32 | |
parent | aef76f7ae1ccbb8f112021865f8241278491f92f (diff) |
INTEGRATION: CWS lfs (1.2.56); FILE MERGED
2006/11/30 16:31:57 rene 1.2.56.1: add LFS_CFLAGS only for sal
Diffstat (limited to 'sal/systools/win32')
-rw-r--r-- | sal/systools/win32/onlineupdate/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/systools/win32/onlineupdate/makefile.mk b/sal/systools/win32/onlineupdate/makefile.mk index 5df68b85bbf2..5698f5d5a4ac 100644 --- a/sal/systools/win32/onlineupdate/makefile.mk +++ b/sal/systools/win32/onlineupdate/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: ihi $ $Date: 2006-08-04 10:07:26 $ +# last change: $Author: vg $ $Date: 2007-01-16 16:04:22 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -44,6 +44,9 @@ LIBTARGET=NO .INCLUDE : settings.mk +CFLAGS+= $(LFS_CFLAGS) +CXXFLAGS+= $(LFS_CFLAGS) + # --- Targets ---------------------------------- |