diff options
author | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-15 21:35:57 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-03-19 17:57:18 +0100 |
commit | 2001821bc9cf0ab285662a2beff279a7346594ba (patch) | |
tree | 071bfcc016372bbb8cc09700f6d2a264a2cf7953 /editeng/qa | |
parent | bb3a9e8b7feec274782e5f10ae2ebd0da23d24e5 (diff) |
editeng: more reliable test library build
Diffstat (limited to 'editeng/qa')
-rw-r--r-- | editeng/qa/items/makefile.mk | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/editeng/qa/items/makefile.mk b/editeng/qa/items/makefile.mk index fd15b0d8f8ee..3d6b16eda57c 100644 --- a/editeng/qa/items/makefile.mk +++ b/editeng/qa/items/makefile.mk @@ -51,6 +51,16 @@ SHL1TARGET = borderline_test SHL1OBJS = \ $(SLO)$/borderline_test.obj +SHL1LIBS= \ + $(SLB)$/items.lib \ + $(SLB)$/misc.lib \ + $(SLB)$/rtf.lib \ + $(SLB)$/uno.lib \ + $(SLB)$/accessibility.lib \ + $(SLB)$/editeng.lib \ + $(SLB)$/outliner.lib \ + $(SLB)$/xml.lib + SHL1STDLIBS= \ $(CPPUNITLIB) \ $(XMLOFFLIB) \ @@ -71,8 +81,7 @@ SHL1STDLIBS= \ $(CPPULIB) \ $(SALLIB) \ $(SALHELPERLIB) \ - $(ICUUCLIB) \ - $(EDITENGLIB) + $(ICUUCLIB) SHL1VERSIONMAP = version.map SHL1IMPLIB = i$(SHL1TARGET) |