diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:38:45 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:38:45 +0000 |
commit | 39d46129b77da801648324b5bc9d3bb074662666 (patch) | |
tree | d346e79ec74d90fdc80e39ad727ebbe6e684d666 /extensions | |
parent | 95cf3f443994a773f5587a1c9098d513141825cb (diff) |
INTEGRATION: CWS odbmacros2 (1.10.334); FILE MERGED
2008/03/04 12:01:14 fs 1.10.334.3: RESYNC: (1.11-1.12); FILE MERGED
2008/02/04 13:09:00 fs 1.10.334.2: RESYNC: (1.10-1.11); FILE MERGED
2008/01/30 13:21:09 fs 1.10.334.1: canAdvance made const
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/abpilot/makefile.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extensions/source/abpilot/makefile.mk b/extensions/source/abpilot/makefile.mk index c09e2f69cef9..373fb759a950 100644 --- a/extensions/source/abpilot/makefile.mk +++ b/extensions/source/abpilot/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.12 $ +# $Revision: 1.13 $ # -# last change: $Author: obo $ $Date: 2008-02-25 15:32:07 $ +# last change: $Author: kz $ $Date: 2008-03-06 18:38:45 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -96,7 +96,8 @@ SHL1STDLIBS= \ $(CPPUHELPERLIB) \ $(COMPHELPERLIB) \ $(TKLIB) \ - $(UNOTOOLSLIB) + $(UNOTOOLSLIB) \ + $(SVXLIB) SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1IMPLIB= i$(TARGET) |