diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 08:40:07 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 08:40:07 +0000 |
commit | f547cd671abba78f096c3b8e45dbc85069e71ae6 (patch) | |
tree | c89c79a1d478c8f30c9be7ebd52609bdcaa53f5f /svx/util/makefile.mk | |
parent | f784ac11f9e163e97fa38aaef7c7dd1c825b2779 (diff) |
INTEGRATION: CWS ctrlsfiltfwd (1.38.32); FILE MERGED
2004/10/29 15:10:28 npower 1.38.32.2: #118177# forward port of SO7 issue issue 110008 import of VBAForms "warts and al
l".
2004/10/20 16:07:57 npower 1.38.32.1: #118177# forward port of SO7 issue issue 110008 import of VBAForms "warts and all".
Diffstat (limited to 'svx/util/makefile.mk')
-rw-r--r-- | svx/util/makefile.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index 750f56371430..54eae871b762 100644 --- a/svx/util/makefile.mk +++ b/svx/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.38 $ +# $Revision: 1.39 $ # -# last change: $Author: kz $ $Date: 2004-10-04 17:58:29 $ +# last change: $Author: rt $ $Date: 2004-11-09 09:40:07 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -105,6 +105,7 @@ SHL4STDLIBS= \ $(CPPULIB) \ $(VOSLIB) \ $(SALLIB) \ + $(XMLSCRIPTLIB) \ $(JVMFWKLIB) \ $(ICUUCLIB) \ $(AVMEDIALIB) @@ -141,8 +142,10 @@ SHL1STDLIBS= \ $(UCBHELPERLIB) \ $(CPPUHELPERLIB) \ $(CPPULIB) \ + $(XMLSCRIPTLIB) \ $(VOSLIB) \ $(SALLIB) \ + $(XMLSCRIPTLIB) \ $(ICUUCLIB) \ $(AVMEDIALIB) @@ -196,6 +199,7 @@ SHL2STDLIBS= \ $(CPPUHELPERLIB) \ $(UNOTOOLSLIB) \ $(UCBHELPERLIB) \ + $(XMLSCRIPTLIB) \ $(COMPHELPERLIB) \ $(AVMEDIALIB) |