summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-03-09 07:42:22 +0000
committerOliver Bolte <obo@openoffice.org>2007-03-09 07:42:22 +0000
commit7bfd22acd89dbc6c700828d73163b7eaf405b861 (patch)
tree8d2617e0b6f821ec5c51bce249c6d59d5d39e653 /extensions
parenta76539974c6d3fec6cfd29b88d42e09b447d2d9d (diff)
INTEGRATION: CWS ause076 (1.2.306); FILE MERGED
2007/03/05 14:49:19 hjs 1.2.306.1: #i74721#, #i74812# and more
Diffstat (limited to 'extensions')
-rw-r--r--extensions/test/sax/makefile.mk6
-rw-r--r--extensions/test/stm/makefile.mk6
2 files changed, 4 insertions, 8 deletions
diff --git a/extensions/test/sax/makefile.mk b/extensions/test/sax/makefile.mk
index b98c7d8eeeaf..7d9a923cef86 100644
--- a/extensions/test/sax/makefile.mk
+++ b/extensions/test/sax/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 20:58:40 $
+# last change: $Author: obo $ $Date: 2007-03-09 08:42:10 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -54,10 +54,8 @@ LIB1OBJFILES= $(OBJFILES)
SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX)
SHL1STDLIBS= \
- $(USRLIB) \
$(VOSLIB) \
$(SALLIB) \
- $(ONELIB) \
$(TOOLSLIB)
SHL1LIBS= $(LIB1TARGET)
diff --git a/extensions/test/stm/makefile.mk b/extensions/test/stm/makefile.mk
index cef31d0797f0..7947833d3f19 100644
--- a/extensions/test/stm/makefile.mk
+++ b/extensions/test/stm/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-09-08 20:59:45 $
+# last change: $Author: obo $ $Date: 2007-03-09 08:42:22 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -45,13 +45,11 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
OBJFILES= $(SLO)$/pipetest.obj $(SLO)$/testfactreg.obj $(SLO)$/datatest.obj \
$(SLO)$/marktest.obj
-CXXFILES = pipetest.cxx testfactreg.cxx datatest.cxx marktest.cxx
SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX)
LIB1TARGET= $(SLB)$/$(TARGET).lib
SHL1STDLIBS= \
- $(USRLIB) \
$(VOSLIB) \
$(SALLIB) \
$(TOOLSLIB)