summaryrefslogtreecommitdiff
path: root/extensions/test
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-21 16:23:57 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:29 -0500
commite73dde5fb4fa7514c5bddf4a3c5f47a4a0655db5 (patch)
treec3bc8d1e06fff9f51e4d18ba365e89bee63c2860 /extensions/test
parente042951f36e29586d1144da70582f6a147c9a083 (diff)
Finally, gut the vos module out of the build
Diffstat (limited to 'extensions/test')
-rw-r--r--extensions/test/ole/cpnt/makefile.mk1
-rw-r--r--extensions/test/sax/makefile.mk3
-rw-r--r--extensions/test/stm/makefile.mk3
3 files changed, 2 insertions, 5 deletions
diff --git a/extensions/test/ole/cpnt/makefile.mk b/extensions/test/ole/cpnt/makefile.mk
index 5668d8453d24..53d3cc321c49 100644
--- a/extensions/test/ole/cpnt/makefile.mk
+++ b/extensions/test/ole/cpnt/makefile.mk
@@ -59,7 +59,6 @@ SHL1TARGET= $(TARGET)
SHL1STDLIBS= \
$(SALLIB) \
- $(VOSLIB) \
$(CPPULIB) \
$(CPPUHELPERLIB)
diff --git a/extensions/test/sax/makefile.mk b/extensions/test/sax/makefile.mk
index 4e72ec987893..62e2706dd1e7 100644
--- a/extensions/test/sax/makefile.mk
+++ b/extensions/test/sax/makefile.mk
@@ -46,9 +46,8 @@ LIB1OBJFILES= $(OBJFILES)
SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
SHL1STDLIBS= \
- $(VOSLIB) \
$(SALLIB) \
- $(TOOLSLIB)
+ $(TOOLSLIB)
SHL1LIBS= $(LIB1TARGET)
SHL1IMPLIB= i$(TARGET)
diff --git a/extensions/test/stm/makefile.mk b/extensions/test/stm/makefile.mk
index aa506fcb34af..ac31f76fb805 100644
--- a/extensions/test/stm/makefile.mk
+++ b/extensions/test/stm/makefile.mk
@@ -42,9 +42,8 @@ SHL1TARGET= $(TARGET)$(DLLPOSTFIX)
LIB1TARGET= $(SLB)$/$(TARGET).lib
SHL1STDLIBS= \
- $(VOSLIB) \
$(SALLIB) \
- $(TOOLSLIB)
+ $(TOOLSLIB)
LIB1OBJFILES= $(OBJFILES)
SHL1LIBS= $(LIB1TARGET)