diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:02:58 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 10:02:58 +0000 |
commit | e02104b2aff07909e8fcac09dbb3a1b833ee7a1c (patch) | |
tree | 8641c257734014d9f2b1fdea38ff90e313880c55 /forms/util | |
parent | eeca04efd8c4aaeec91d5e5810d4f76993edefb3 (diff) |
INTEGRATION: CWS eforms2 (1.7.94); FILE MERGED
2004/11/02 14:48:21 fs 1.7.94.8: #i35400# link against ICU lib - needed for RegexMatcher
2004/06/25 10:30:35 dvo 1.7.94.7: RESYNC: (1.7-1.9); FILE MERGED
2004/05/10 09:57:53 lo 1.7.94.6: #i28981# xpath extensions
2004/04/07 10:33:28 lo 1.7.94.5: #114856# use ucb for submission
2004/04/06 11:18:41 lo 1.7.94.4: #114856# link libxml
2004/03/25 16:07:27 lo 1.7.94.3: i26721 submission code
2004/03/18 17:09:45 dvo 1.7.94.2: #114856# continue XForms implementation
2004/01/14 17:28:29 dvo 1.7.94.1: #114856# start XForms implementation; #ifdef DVO_XFORMS for incomplete parts
Diffstat (limited to 'forms/util')
-rw-r--r-- | forms/util/makefile.mk | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/forms/util/makefile.mk b/forms/util/makefile.mk index da876ac6411e..9a5ed69ac598 100644 --- a/forms/util/makefile.mk +++ b/forms/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2004-05-07 16:15:55 $ +# last change: $Author: obo $ $Date: 2004-11-16 11:02:58 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -83,7 +83,10 @@ LIB1FILES=\ $(SLB)$/helper.lib \ $(SLB)$/solarcomponent.lib \ $(SLB)$/solarcontrol.lib \ - $(SLB)$/richtext.lib + $(SLB)$/richtext.lib \ + $(SLB)$/xforms.lib \ + $(SLB)$/xformssubmit.lib \ + $(SLB)$/xformsxpath.lib SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) @@ -104,7 +107,11 @@ SHL1STDLIBS= \ $(COMPHELPERLIB) \ $(DBTOOLSLIB) \ $(TKLIB) \ - $(SVXLIB) + $(SVXLIB) \ + $(UCBHELPERLIB) \ + $(XML2LIB) \ + $(ICUUCLIB) \ + $(ICUINLIB) SHL1LIBS=$(LIB1TARGET) SHL1DEPN=$(LIB1TARGET) \ |