diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:42:22 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-03-09 07:42:22 +0000 |
commit | f5d9014dd6422daa48cb7bde296e1f781023f253 (patch) | |
tree | 76a9678d64eb9ae6fb0c6e9d01b08aebc7d8c85a | |
parent | 181a2413c72c65ecf3fd000bd3f954c95e33f8aa (diff) |
INTEGRATION: CWS ause076 (1.2.306); FILE MERGED
2007/03/05 14:49:19 hjs 1.2.306.1: #i74721#, #i74812# and more
-rw-r--r-- | extensions/test/sax/makefile.mk | 6 | ||||
-rw-r--r-- | extensions/test/stm/makefile.mk | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/extensions/test/sax/makefile.mk b/extensions/test/sax/makefile.mk index b98c7d8ee..7d9a923ce 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 cef31d079..7947833d3 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) |